Hacker News new | ask | show | jobs
by gatherhunterer 2610 days ago
I have been implementing reactive stores using streams. I followed the Meiosis pattern[1] and have found it to be dead simple. My current project has a React UI and a WebGL canvas that both refer to and modify the store. Flyd is a tiny stream library that Meiosis uses in its examples.

1. http://meiosis.js.org/