Saving information to local storage can be incredibly useful and can make for a far better user experience in your apps. Imagine if you had to log in from scratch […]
When using React, one of the easiest ways to make style changes to an element on an event is by using state. In this example, we’ll be looking at how […]
When it comes to React hooks, useState is one of the most useful. It can be used to capture information that the user inputs and use it elsewhere in your […]
I’ve become a bit addicted to Web Development Challenge sites. It’s a great way to practice the things you already know, learn new ways of solving problems and to prepare […]