Devops

How to create a React app and deploy it to Netlify

A quick tutorial showing you how to create a React app, add it to source control and deploy it to Netlify.

Read
React

State update functions in React

Whenever you update state based on previous state, use an update function to avoid stale state problems.

Read