anhtran / react-starter-kit

A quick way to start react project from scratch with Redux, Ant Design, mobile first design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-starter-kit

This kit helps you:

  1. Coding style with standard.
  2. Using great and simple create-react-app from Facebook.
  3. Fast design with Ant Design (included Ant Design Mobile) that can override by using customize-cra without inject webpack configurations.
  4. Sample of using redux and async middleware with redux-thunk, debug with redux-logger.
  5. Using react-router with redux.
  6. How to use emotion (emotion-js) in a react project.
  7. Fetch data from APIs using axios with cache.
  8. Sample of passing variables/constants to react component.
  9. Sample of using react-content-loader for loading data.
  10. Building production with Gulp 4 tasks. This kit also helps you understand how to inject built files into Django templates.
  11. Flexible XPagination component that is very good for UX in mobile device.
  12. Sample of using trix in react and how to customize the toolbar, capture content data.
  13. Other components and utilities are ready to use and easy to modify.

TODO

  • Sample of handling form fields with rc-field-form

Copyright and license

Code and documentation copyright 2020 anhtran.net.

Code released under the MIT License. Docs released under Creative Commons.

About

A quick way to start react project from scratch with Redux, Ant Design, mobile first design


Languages

Language:JavaScript 75.9%Language:CSS 14.2%Language:HTML 10.0%