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
- Redux (*as you application grows managing state will be a serious concern, save pain with Redux*)
24
-
- apollo-client (*learn about this beast [here in officiel website](http://dev.apollodata.com/)*)
24
+
- apollo-client (*futur of API. Learn about this beast [here in officiel website](http://dev.apollodata.com/)*)
25
25
- React-Redux (*Redux is not specific to ReactJS, you could easily use it with Angular2 for instance*)
26
26
- Redux-devtools (*want to time travel your application State?*)
27
27
- React-Router-Redux (*previously named react-simple-router*)
@@ -62,10 +62,15 @@ This starter also embeds `JWT token based` `authentication` (check [Route](https
62
62
63
63
### Prerequisite
64
64
65
-
An Easy and fast way to get your graphql backend is to register for free at [scaphold](https://scaphold.io).
65
+
An Easy and fast way to get your graphql backend is to **register for free at [Scaphold](https://scaphold.io)**.
66
66
67
67
> This starter has been created with a scaphold free plan.
68
68
69
+
**Create an application**
70
+
71
+
-
72
+
73
+
69
74
Then, configure your networkInterface in the app config in `./src/app/config.index.js`:
0 commit comments