React App How to(Under construction)

Contents

How to create React component

Steps

  1. Create UI with mock
  2. Prepare data as mock(example json array etc…)
  3. Break the UI into a component hierarchy
  4. Build a static version in React(one file)
  5. Identify the minimal(but complete) representation of UI state
  6. State management
  7. Add data flow(ajax, post)
  8. Clean source codes