Skip to content

Releases: brucou/react-state-driven

Testing API

03 Dec 16:29
Compare
Choose a tag to compare
Testing API Pre-release
Pre-release
  • updated README
  • testing API
  • Rx adapter

Integration of hierarchical extended state machines

26 Oct 00:36
Compare
Choose a tag to compare

Generic React component which implements user interfaces specifications with the help of hierarchical extended state machines. According to need, the component can be customized :

  • event processing can use Rxjs, most, or any other suitable libraries which implements the expected interfaces
  • state machine's extended state can be managed with any library, with functional properties (no destructive updates) : immutable-js, json-patch, regular reducers, etc.
  • the default state machine library can be switched to another one by implementing the same interface