Creating a React project structure from scratch
Before we start building something, we first need to know what React is, for that we'll use the self ReactJS definition. “React is a JavaScript library for building user interfaces.” With React we can break our code into reusable components, maki...
Feb 7, 20213 min read47