3 followers
I'm a self taught web developer and a learner as well. I am sharing my experiences and knowledge here with a hope to help those who are beginners. As sharing helps to grow together.
MERN stack is a collection of technologies used to develop web applications. The main purpose of using MERN stack is to develop apps using JavaScript...
Functional components are better than class based components in React in terms of working as well as maintaining. There is also less code that is...
Actions Action is the only way for the interaction between the store and the application. It carries some information from the application to the...
First Principle "The state of your whole application is stored in an object tree within a single store." It means that the state of our application is...
JSX stands for JavaScript XML. JSX allows us to write HTML elements in JavaScript and place them in the DOM without any document.getElementById(),...
The first thing to get ready to work on React is to install Node.js and VS Code on your computer. Node.js will be used to check the code in the editor...