You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-1
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,41 @@
6
6
7
7
# redux-first-vue-routing
8
8
9
-
A tiny Vue plugin that connects components with Redux.
9
+
A tiny Vue plugin that connects components with Redux, an implementation of [redux-first-routing](https://github.com/mksarge/redux-first-routing).
10
10
11
11
New to Redux? [Start Here](https://redux.js.org/introduction/getting-started)
12
12
13
+
Achieve client-side routing *the Redux way*:
14
+
15
+
- Read location data from the store.
16
+
- Update the location by dispatching navigation actions.
17
+
- Let middleware handle the side-effect of history navigation.
18
+
19
+
> **Learn more: [An Introduction to the Redux-First Routing Model](https://medium.com/@mksarge/an-introduction-to-the-redux-first-routing-model-98926ebf53cb)**
0 commit comments