Articles in this series
summarizing this interface-building JavaScript library · Intro to React React: is a JavaScript library that builds user interfaces began in the...
starting a React app without create-react-app · Many tutorials mention create-react-app to beginners of React, which often includes redundancies and...
passing data from a parent to a child component · Intro to props To make a parent component "talk" to a child component: the parent component will use a...
storing the current situation of a component · Example of state In React, state refers to a special variable that stores the current situation of a...