0% found this document useful (0 votes)
4 views1 page

React Notes

Uploaded by

Md Nisu Ahmad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

React Notes

Uploaded by

Md Nisu Ahmad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Difference Between npm and npx

npm i
React-redux :State Management tool
@reduxjs/toolkit :for making redux easy ,wrapper around redux
redux-persist : used to store state in locally,user and token info used to save in local other
wise user coles its tabs
react-dropzone :handling file handling at front end
Dotenv
Formik:form handling
yup :validations
react-router-dom@6 :handling react router for different pages
@mui/material
@emotion/react
@emotion/styled
@mui/icons-material

What is useMemo:
Use for memoize the value that use for for multiple times in a component
syntax=
Const memoizeval=useMemo(()=>Function(value),[value]);
Ans:Use for prevent referencing values and store values for re calculation
What is useSelector
What is ContextApi:
context
Provider
Consumer by the help of context api

What is UseRef:
Mutabel variable?

You might also like