React Notes
React Notes
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?