Reatom 1.0 state manager has been released, positioned as an alternative to Redux.
Reatom 1.0.0 has been released, a state manager for web applications that operate under the flux model. The project can serve as an alternative to Redux. The code is written in JavaScript and is distributed under the MIT license. The project author is Artyom Arutyunyan. Key features include: Continuity of the Redux ecosystem; Type safety and good type inference; Optimized subscriber notifications; Ease of testing; Lazy computations (only when subscribers are present); […]
