-
-
Notifications
You must be signed in to change notification settings - Fork 719
Streams
igorw edited this page Jan 5, 2013
·
4 revisions
The Stream component is modeled after the one found in node.js. As such, learning the philosophy of node.js streams will teach you about react streams.
Here are some good resources:
- Stream API
- Stream Handbook by @substack
- Harnessing The Awesome Power Of Streams (@substack at LXJS 2012)