#web-development
Read more stories on Hashnode
Articles with this tag
What is Routing in React ? React Routing is the process of managing navigation and rendering components based on the URL in a React application. It...
What are React Hooks? React Hooks are special functions introduced in React 16.8 that allow you to use React features like state and lifecycle methods...
Before we start, Restructuring the code Make different files for each component . Don’t add hardcoded data in the component files, make different...
React Props Props stands for properties. Props are arguments passed into React components. so passing props to a React component is like passing...
Configuring the commands The execute and build commands can be configured by adding scripts in package.json file.for example, "scripts": { ...
Mostly large-scale frontend apps which we see in today’s world are developed using React, but react solely doesn't makes those large scale...