Redux like unidirectional state management implementation for Java.
The idea came about when I had finished Facebook's Talk on Flux Architecture and seen few of Dan Abramov's interviews, and I thought to myself why this kind of pattern does not exist in java. So I set out to implement the same in the language I use everyday.
Key Features -
- Simple Redux like Unidirectional application store
- Supports all the familiar patterns such as reducers, subscribers, actions, action creators, thunks, middlewares
- Time travel debugging which allows to go to any previous or forward state in the store's history
- Allow backup and restore of application state and syncing application state to persistant storage