Built using react-floki
-
API calls using Api Sauce
Take a look at the following files
-
Side effects using Redux Saga
Take a look at the following files
-
Global state management using Redux Sauce
Take a look at the following files
-
Computing and getting state from the redux store using Reselect
Take a look at the following files
-
Styling components using Styled Components
Take a look at the following files
-
Reusing components from Ant design
Take a look at the following files
-
Translations using React Intl
Take a look at the following files
-
Routing is done using React Router
Take a look at the following files
- @app -> app/
- @containers -> app/containers/
- @components -> app/components/
- @services -> app/services/
- @utils -> app/utils/
Take a look at the following files
Take a look at the following files
Take a look at the following files
Components, containers, tests and stories can be scaffolded using
yarn generate
For documentation take a look at: react-floki
- For github pages to work on an arbitrary route we have a hack here App/index.js
This should actually look like thispath={routeConfig[routeKey].route}
- Another hack for github pages to work on an arbitrary route we have a hack here webpack.base
This should actually bepublicPath: '/'