#react-state
Read more stories on Hashnode
Articles with this tag
Sometimes in a React app, you have data that many components need to access. Passing this data through props can become cumbersome and messy. Imagine...
A lot of folks starting out with JavaScript and programming, in general, often encounter the idea of immutability and its importance. But why is it so...