How To Create Your React Application From Scratch

Written by moprog9 | Published 2020/08/27
Tech Story Tags: react | reactjs | web-development | javascript | beginners | tutorial | front-end-development | frontend

TLDR React is the most popular front-end framework and it’s for good reasons. One of its main advantages is that you can build single-page web applications. One reason is that React will only update the parts of your website that got changed. The Virtual DOM is a new concept you can look at here (not mandatory) But understand that it's faster than using plain Javascript. You just need to install the create-react-app command to create your React application. In this tutorial, I will help you understand the different parts of the application.via the TL;DR App

no story

Written by moprog9 | I build software
Published by HackerNoon on 2020/08/27