Skip to content

Releases: jvm-redux/jvm-redux-api

StoreCreator infers the state type from the creation method

11 Apr 15:50
Compare
Choose a tag to compare

▲▲▲ 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.