Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

xiaaoo-zz/miu-nottingham-react

Repository files navigation

intention

Trying to recreate miunottingham by using react

Learn More

You can find the original project at MiuNottingham.

pitfalls

  • Redux Updating Nested Objects
    1. New variables that point to the same objects
    2. Only making a shallow copy of one level
    3. Correct Approach: Copying All Levels of Nested Data