5 tips to write scalable react code:
1) Organize local and global state:
React is a library that manages the UI based on its current state.
we can manage the state locally or globally (using context API, redux etc)
Rather than using Redux/Context-API to keep track of every single stat...
krishnatyagi.hashnode.dev2 min read