Skip to content

StoreCreator infers the state type from the creation method

Latest
Compare
Choose a tag to compare
@glung glung released this 11 Apr 15:50

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