Hacker News new | ask | show | jobs
Reactronic Live Demo: Transactionally Reactive State Management for ReactJS (nezaboodka.github.io)
1 points by ychetyrko 2655 days ago
1 comments

Reactronic is a free open-source JavaScript library that provides transactionally reactive state management in a Web application.

Transactional reactivity means that state changes are being made in an isolated data snapshot and then, once atomically committed, are consistently propagated to corresponding visual components for (re)rendering. All that is done in automatic, seamless, and fine-grained way.