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
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
Full ES6+ React + React-Router + Redux + GraphQL + Apollo + Bootstrap with Hot Reload and redux-devtools STARTER
2
2
==========
3
3
4
-
> My new `React + redux project starter`. This time I add `graphQL` and `Apollo Client` (*I better use Apollo Client than Relay*).
5
-
This starter also embeds `JWT token based``authentication` (check [Route](https://github.com/MacKentoch/react-redux-graphql-apollo-bootstrap-webpack-starter/blob/master/src/app/routes/Route.js) to get an example of dealing with protected routes).
4
+
> My new `React + redux project starter`. This time I add `graphQL` and `Apollo Client`.
5
+
This starter also embeds `JWT token based``authentication` (check [Route](https://github.com/MacKentoch/react-redux-graphql-apollo-bootstrap-webpack-starter/blob/master/src/app/routes/MainRoutes.js#L29) to get an example of dealing with protected routes).
6
6
7
7
8
8
@@ -12,7 +12,7 @@ This starter also embeds `JWT token based` `authentication` (check [Route](https
12
12
-*`redux` + `devTools` + `hot reload`= how did I developed without them before?*
13
13
-*graphQL makes API to be " `has been` "*
14
14
-*no more struggle in redux with async thank to Apollo Client (you can even get rid of redux thunk or redux saga if you needed theses just for your asyncs. Otherwise keep them since they are nice :smile:)*
15
-
15
+
-[redux-devtools-extension](https://github.com/zalmoxisus/redux-devtools-extension#redux-devtools-extension) to make developments a pure pleasure.
16
16
17
17
## Detailed Content
18
18
@@ -110,18 +110,14 @@ export const appConfig = {
110
110
npm install
111
111
```
112
112
113
-
### run dev : hot reload mode (*+ redux-devtools*)
113
+
### run dev : hot reload mode (*+ redux-devtools-extension*)
114
114
115
115
116
116
```bash
117
117
npm run start
118
118
```
119
119
120
-
121
-
##### Note : redux-devtools shortcuts
122
-
-`ctrl+h`: to toggle devtools panel
123
-
-`ctrl+q`: to change devtools panel position (*by default: on the right*)
124
-
120
+
NOTE: be sure you already installed [redux-devtools-extension](https://github.com/zalmoxisus/redux-devtools-extension#redux-devtools-extension) in your browser to get the best development experience.
0 commit comments