A Really Simple Intro to Changing Styling Using React State
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 we can change the corners of a button from pointed to rounded on click. I know this isn't something ...
lauratodd.hashnode.dev3 min read