marlatte/memory-card

Plan app

Closed this issue · 0 comments

General Steps and Questions

Thinking in React

Starting from a mockup...

  1. Break the UI into a component hierarchy
  2. Build a static version in React
  3. Find the minimal but complete representation of UI state
  4. Identify where your state should live
  5. Add inverse data flow

This Project's goals

  • What features do you want?
  • What components does that necessitate?
  • How to structure? Where does state live?
  • How to get images/names from API?

Design

Does the app fetch everything on load or re-fetch random characters on every turn? Seems unnecessary to do it so many times. Might ask the Discord.