Learn how to set the root type of a component via a prop. A pattern seen in many popular libraries including material-ui.
ReadThere are four types of test. Here I explain how, and when, to use them, including example tools for a React application.
ReadA quick tutorial showing you how to create a React app, add it to source control and deploy it to Netlify.
ReadWhenever you update state based on previous state, use an update function to avoid stale state problems.
Read