0.0.10 • Published 5 years ago

reducs v0.0.10

Weekly downloads
3
License
GPL
Repository
github
Last release
5 years ago

Reducs: a sane implementation of Redux

Reducs is a sane implementation of Redux. Key differences:

  • It's less than 30 lines of clean ES6 code
  • You don't need to read pages and pages of documentation to learn it
  • Actions are functions that do something. There is no dispatching nor reducers
  • Your application won't waste time listening for state changes it doesn't care about
  • Actions are easy to code
  • Multiple branches of a status are managed separately

See it in action:

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

1.0.1

5 years ago

1.0.0

6 years ago