Mirror: 🎩 A tiny but capable push & pull stream library for TypeScript and Flow
1--- 2title: Basics 3order: 3 4--- 5 6Wonka introduces a new primitive for streams. 7This part of the documentation explains both the motivation 8behind creating and using a new stream primitive and how these 9work internally in Wonka. 10 11- [Background](./background.md) — learn what streams are 12- [Architecture](./architecture.md) — learn how Wonka's streams work internally