3

So React is pretty cool. Anyone have any gotchas they ran into with their first React or React Native project?

Comments
  • 1
    Don't underrate the importance of learning about state management. Check out Redux and probably a library like Redux Saga or Redux Logic. Also, immutable.js is great for state storage, but be sure you understand the pitfalls of it.
Add Comment