Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jankapunkt/meteor-reactive-data-structures
- Owner: jankapunkt
- License: mit
- Created: 2024-11-23T16:39:44.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-23T17:41:01.000Z (2 months ago)
- Last Synced: 2025-01-17T01:39:24.978Z (7 days ago)
- Topics: data, data-structures, graph, linked-list, list, meteor, meteorjs, queue, reactive, reactivity, stack, tree
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)