v0.15.1
PyPI package: https://pypi.org/project/python-redux/0.15.1
Changes:
- feat(core): add
view
method toStore
to allow computing a derived value from
the state only when it is accessed and caching the result until the relevant parts
of the state change - feat(test): add performance tests to check it doesn't timeout in edge cases