React Cheat Sheet (with React 18)
Fret not my friend, now you no longer need to stumble around in the dark! This article is a memory aid for all things React (focusing on Functional Components only).
Create a React App
// Initialize a new app
npx create-react-app my-app-name
// or
ya...
furiousdev.hashnode.dev8 min read