clean-redux
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "clean-redux", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Toolkit for implementing clean architecture using Redux", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -33,2 +33,9 @@ <p align="center"> | ||
This is the kind of experience you get from the UI side when used with React. | ||
https://user-images.githubusercontent.com/6702424/146718518-41cddbe9-bcf6-4b19-bc8e-25efe9085004.mp4 | ||
Note that there is no need to explicitly call `dispatch` and the result of the selector are automatically | ||
wrapped into object so they can be destructured with the correct name. | ||
# Install / Import | ||
@@ -35,0 +42,0 @@ |
29955
21
73