Releases: mrnkr/redux_toolkit
Releases · mrnkr/redux_toolkit
v0.1.4
v0.1.3
v0.1.1
CHANGELOG
- Includes
createStore
,createReducer
,PayloadAction
andAsyncThunk
. - Actions dispatched by
AsyncThunk
carry onlyrequestId
andpayload
withinmeta
. - Exports
reselect ^0.4.0
andnanoid
. - Enhanced docs by adding examples and correcting mistakes in the README.
- Added docs to the example
- Migrated the example to functional widgets using
functional_widget
- Fixed code styling and setup pedantic