Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jankapunkt/meteor-reactive-data-structures

Collection of verious reactive data sructures for MeteorJS
https://github.com/jankapunkt/meteor-reactive-data-structures

data data-structures graph linked-list list meteor meteorjs queue reactive reactivity stack tree

Last synced: about 1 hour ago
JSON representation

Collection of verious reactive data sructures for MeteorJS

Awesome Lists containing this project

README

        

# Meteor Reactive Data Structures

Collection of various reactive data structures for MeteorJS.

## Included Packages

This monorepo includes the following packages on reactive data structures:

- [stack](./stack)
- others coming soon!

## Video Tutorial Series

The packages in this repository are part of [the "Reactive Data Structures" videos series](https://www.youtube.com/playlist?list=PLO2Bcz7KH2fpU2tL9df9Kc1x36uCRkMvu)
from our [YouTube channel MeteorJS Community](https://www.youtube.com/@meteorjscommunity).

## License

All data structures in this repo are [MIT](./LICENSE)