cyclejs-community / redux-cycles

Bring functional reactive programming to Redux using Cycle.js
MIT License
745 stars 30 forks source link

Refactor with multiple stream library support (Cycle Unified) #27

Closed lmatteis closed 7 years ago

lmatteis commented 7 years ago

and exports drivers to userland.

6 #25

lmatteis commented 7 years ago

I've scoped also the store and avoided the singleton issue. Everything's inside the reduxCycles function - not sure how else to do it if we want to access the various scoped variables.

lmatteis commented 7 years ago

@goshakkk @nickbalestra since Unified was released I'm gonna work on this. Ideas regarding version once we release? Should we go with 0.4.0 or 1.0.0?

lmatteis commented 7 years ago

This code is too old. I'm gonna open a new branch from master to do this.