DEV Community

Emmanuel Okiche
Emmanuel Okiche

Posted on

React throwaway app: The Finale

Firstly, i must apologize for posting this part late. I've been working on some cool stuffs which i would be sharing with the community soon.
If you started this short series with me, you would understand that the idea is to build small apps to show that we understand how react works. These apps must not be perfect but should cover core aspects of react like:

  • states
  • life cycles
  • events
  • UI updates, etc

If you were just like me, you'll get bored of building these simple apps or you could feel that most of the apps you're building has repetitive features and you feel you're not learning something new. Well, that's a good sign because your brain is trying to tell you that it has created neural patterns of the new found knowledge called: "React." This is a sign you can move on to next step which could be to build something more complex or to learn react router or redux.

If you want more practice project ideas, check this out.
Thanks for reading.

Part 1
Part 2

Top comments (0)