Intro to React - Big Boy Time
Setup
Move into or create a file to store your project. cd into it in terminal and npx create-react-app image-search. Once that's done cd image-search and mkdir src/components then mv src/App.js src/components/. Take all that to your editor, for me t...
yasmina95.hashnode.dev9 min read