joshburgess / redux-most

Most.js based middleware for Redux. Handle async actions with monadic streams & reactive programming.
https://www.npmjs.com/package/redux-most
MIT License
139 stars 14 forks source link

Experiment with Proxies as a replacement for Subjects #23

Open joshburgess opened 7 years ago

joshburgess commented 7 years ago

Just leaving this here as a note for myself. I'd like to experiment with using proxies to see if they might serve as a good replacement for Subjects (in createEpicMiddleware).

Link: https://github.com/mostjs-community/proxy