Releases: jvm-redux/jvm-redux-api
Releases · jvm-redux/jvm-redux-api
StoreCreator infers the state type from the creation method
▲▲▲ API change so the major version has been changed.
StoreCreator infers the store state's type from the creation method - and not the Creator object. These approaches are similar, the former is more functional-like when the latter is more OO-like.