havietduc91 / react

Follow ReactJS - JSX tutorial
https://www.tutorialspoint.com/reactjs/
0 stars 1 forks source link

Create table component via React #1

Open havietduc91 opened 7 years ago

havietduc91 commented 7 years ago

screenshot_1

  1. Build React environment

    • React
    • Rxjs
    • Redux
    • Saga
  2. Build React architecture to organize

  3. Apply Redux to build data component common

    • Table component
    • Pagination component
    • API via VietED API
  4. Coding style via https://github.com/planningcenter/react-patterns/blob/master/README.md

havietduc91 commented 7 years ago

├── package.json ├── src │ ├── actions │ ├── components │ ├── index.html │ ├── index.js │ ├── reducers │ └── store ├── tools └── webpack.config.js We have a package.json since we'll use npm to mana