#web-development
Read more stories on Hashnode
Articles with this tag
Let's get the party started. If you have not used react-router before most probably you are using server-side routing. If you don't know what's server...
prerequisites: Grasp of reduce method in JavaScript and useState in react For reduce method, I recommend you to read my blog here:...
only understand this: Using useContext is not necessary, we use it to avoid prop drilling. Here's how prop drilling works:Let's say the grandfather...
Only understand this: We use useEffect to do something after the view has been rendered. Now, let's get to code and make a simple counter to...
No, I won't tell you any definition. Just get on the train and by the end of this blog, you'll have a clear understanding of local storage and session...
Although we can make web apps using JavaScript. One of the reasons we are using react over JS is component reusability. What is component reusability:...