#100daysofcode
Read more stories on Hashnode
Articles with this tag
Hi and welcome to day 45 of my 100 days of code challenge!πͺβ€ Β· Creating a Custom Hook We typically consider two main reasons to create a custom...
Hi and welcome to Day 44 of my 100 Days of code challenge!πͺβ€ Β· In React, custom hooks are handy tools that help us reuse code effectively. These Hooks...
Hi and welcome to day 43 of my 100days of code challenge!ππ Β· Refs to select DOM elements How not to select DOM elementsβ Here's an example of how you...
Hi and welcome to Day 42 of my challenge!πͺβ€ Β· useState Summary Let's summarize what we know about the useState Hook: We use the useState Hook to create...
Hi and welcome to day 41 of my 100 days of code challenge! πͺ Β· Initializing state with a callback (lazy initial state) I am going to implement a brand...
Hi and welcome to day 40 of my 100 days of code challenge!β€ Β· Rules of Hooks in practice -2 Yesterday, we discovered that React distinguishes each hook...