Episode

What are React function components, and how do I manage state with hooks?

Components in React are building blocks you use to create your application. You can create them by using functions, which in the past were known as stateless components. Through the use of hooks you can now maintain state, which allows you to work with and manipulate data. Aaron Powell (@slace) shows us how to add state to a function component in React.

Did you know... You can host your React applications on Azure Static Web Apps? You can publish it all through GitHub.

HTML
JavaScript