Releases: AustP/react-flux
Releases · AustP/react-flux
v1.0.6
v1.0.5
v1.0.4
- Allow modifying the Flux interface for stronger typing when accessing stores using dot notation:
flux.namespace - Rely on Store's state type for typing information for
selectStateanduseState.- Ideally we would allow custom overriding like we do in the state manager. However, we need to wait for: microsoft/TypeScript#26349 before we can implement it correctly.
- Once that is merged in, we can also update our
ObjectPropertyTypeto allow a ReturnType.