#reactnotes
Read more stories on Hashnode
Articles with this tag
Let’s start with visualization: JSX JSX is a syntax extension for JavaScript used in React that allows you to write HTML-like code in your JavaScript...
This is brief visualization of the chapter about components: In React, a component is a building block of the user interface. It can be a function or...
So, we install our app, and now let’s run it. As I mentioned before, I will use Vite for development, so let’s run these commands in our terminal: //...
Let’s begin with the basics. To create React application we can use two options Create React App and Vite With Vite your application will be created...