Building My first Website from scratch with React
React: Is a JavaScript library for building user interface, using the declarative programming paradigm. React is based in components, which are individual elements that can interact with each other. Its functionality is based on states, allowing it to render only the elements that need updating.
What do I need to create a website with React?
Well, the firts step is to install Node.js on your computer. It's available for all operatinv systems.
After you have installed it, write the command node -v in the console to verify that the correct version was installed..Also, you need to have a code editor. There are several options available, but the most commonly used one is Visual Studio Code.
It allows you to create the basic structure for the development of a React application.
npm is a package manager. and npx can execute this package and delete it after execution. indee, there is no need to install it locally.

No comments:
Post a Comment