React App How to(Under construction)
Contents
How to create React component
Steps
- Create UI with mock
- Prepare data as mock(example json array etc…)
- Break the UI into a component hierarchy
- Build a static version in React(one file)
- Identify the minimal(but complete) representation of UI state
- State management
- Add data flow(ajax, post)
- Clean source codes