Skip to content

A very simple wrapper that provides redux-like functionality using RxJS observables

Notifications You must be signed in to change notification settings

Risto-Stevcev/rxjs-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rxjs-store

Latest release License

A very simple wrapper that provides redux-like functionality using RxJS observables

Redux is basically just an observable, except that it's not generic enough to be used like one. By using RxJS observables, you can solve many of the problems that redux has, such as asynchronous effects, in a very simple way. Since it's using an observable, it's easy to combine and compose the store with other streams like events or ajax calls. This simple wrapper provides the same functionality as redux at only 23 lines of code

About

A very simple wrapper that provides redux-like functionality using RxJS observables

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published