Reatom 1.0 state manager released, positioned as an alternative to Redux

The release took place Reatom 1.0.0, a state manager for flux web applications. The project can be applied as an alternative Redux. The code is written in JavaScript and spreads under the MIT license. Project author: Artyom Harutyunyan.

Key features:

  • Continuity of the Redux ecosystem;
  • Presence of typing and good type inference;
  • Optimized subscriber notification;
  • Ease of testing;
  • Lazy evaluation (only if there are subscribers);
  • Ensuring atomicity and consistency.

Add a comment