Skip to content

Commit 59b3b84

Browse files
committed
update prod bundle
1 parent e0d19ff commit 59b3b84

File tree

3 files changed

+15
-19
lines changed

3 files changed

+15
-19
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Full ES6+ React + React-Router + Redux + GraphQL + Apollo + Bootstrap with Hot Reload and redux-devtools STARTER
22
==========
33

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).
66

77

88

@@ -12,7 +12,7 @@ This starter also embeds `JWT token based` `authentication` (check [Route](https
1212
- *`redux` + `devTools` + `hot reload`= how did I developed without them before?*
1313
- *graphQL makes API to be " `has been` "*
1414
- *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.
1616

1717
## Detailed Content
1818

@@ -110,18 +110,14 @@ export const appConfig = {
110110
npm install
111111
```
112112

113-
### run dev : hot reload mode (*+ redux-devtools*)
113+
### run dev : hot reload mode (*+ redux-devtools-extension*)
114114

115115

116116
```bash
117117
npm run start
118118
```
119119

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.
125121

126122
### bundle dev mode (*+ redux-devtools*)
127123

0 commit comments

Comments
 (0)