Skip to content

Integration of hierarchical extended state machines

Pre-release
Pre-release

Choose a tag to compare

@brucou brucou released this 26 Oct 00:36
· 144 commits to master since this release

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