@@ -13,7 +13,7 @@ Want to install quickly? Use the [CLI](https://github.com/reactql/cli) - it does
13
13
### Stack
14
14
15
15
- [ ReactQL CLI] ( https://github.com/reactql/cli ) for quickly starting a new project
16
- - [ React] ( https://facebook.github.io/react/ ) for UI
16
+ - [ React v15 ] ( https://facebook.github.io/react/ ) for UI
17
17
- [ Apollo Client (React)] ( http://dev.apollodata.com/react/ ) for GraphQL
18
18
- [ React Router 4] ( https://github.com/ReactTraining/react-router/tree/v4 ) for declarative browser + server routes
19
19
- [ Redux] ( http://redux.js.org/ ) for flux/store state management
@@ -34,7 +34,7 @@ Want to install quickly? Use the [CLI](https://github.com/reactql/cli) - it does
34
34
35
35
### Code optimisation
36
36
37
- - [ Webpack 2 ] ( https://webpack.js.org/ ) , with [ tree shaking] ( https://webpack.js.org/guides/tree-shaking/ )
37
+ - [ Webpack v3 ] ( https://webpack.js.org/ ) , with [ tree shaking] ( https://webpack.js.org/guides/tree-shaking/ )
38
38
- Universal building - both browser + Node.js web server
39
39
- Easily extendable [ webpack-config] ( https://fitbit.github.io/webpack-config/ ) files
40
40
- [ Production bundling] ( https://reactql.org/docs/setup#production ) , for generating optimised server and client code
@@ -52,7 +52,8 @@ Want to install quickly? Use the [CLI](https://github.com/reactql/cli) - it does
52
52
53
53
### Developer support
54
54
55
- - [ ESLint] ( http://eslint.org/ ) ing based on a tweaked [ Airbnb style guide] ( https://github.com/airbnb/javascript )
55
+ - [ ESLint v3] ( http://eslint.org/ ) ing based on a tweaked [ Airbnb style guide] ( https://github.com/airbnb/javascript )
56
+ - [ Jest] ( https://facebook.github.io/jest/ ) test runner
56
57
- Tons of code commentary to fill you in on what's happening under the hood
57
58
- Extensive, up-to-date [ online documentation] ( https://reactql.org/docs/ )
58
59
- [ Examples repository] ( https://github.com/reactql/examples ) , showing you how to add a GraphQL server, run without GraphQL, take advantage of Redux, etc.
0 commit comments