5.3.0 • Published 6 years ago

sudetenwaltz v5.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Sudetenwaltz

A state-management library based on RxJS and similar to Redux but with the concept of effects inspired by Elm.

Effects and epics

A LoopReducer in Sudetenwaltz is a bit more complicated than a Reducer in Redux. LoopReducer returns a tuple, where the first element is a next state and the second is a side effect. someEffect is an object of a class that extends Effect class.

return [nextState, someEffect];

All effects are then passed to the epics which execute non-pure functions. Epic is the third argument to the createStore function.

5.3.0

6 years ago

5.2.0

6 years ago

5.1.0

6 years ago

6.0.0

6 years ago

5.0.1

6 years ago

5.0.0

6 years ago

4.4.1

6 years ago

4.4.0

6 years ago

4.3.0

6 years ago

4.2.0

6 years ago

4.1.0

6 years ago

4.0.0

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.0.0

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

0.0.1

6 years ago

1.0.0

6 years ago