Skip to content

engineeringmadness/dux4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dux4j

workflow

Redux like unidirectional state management implementation for Java.

How the idea came about

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.

What is Dux4j

Key Features -

  1. Simple Redux like Unidirectional application store
  2. Supports all the familiar patterns such as reducers, subscribers, actions, action creators, thunks, middlewares
  3. Time travel debugging which allows to go to any previous or forward state in the store's history
  4. Allow backup and restore of application state and syncing application state to persistant storage

About

Redux like unidirectional state store implementation for Java. Helps use Flux architecture as proposed by Facebook for Java based client applications

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages