Package for react icons URL :- https://react-icons.github.io/react-icons/ Command :- npm install react-icons --save Package of managing form data URL :- https://react-hook-form.com/ Command :- npm install react-hook-form Package to handel validations URL :- https://www.npmjs.com/package/yup Command :- npm i yup Command :- npm install @hookform/resolvers yup // To link react hook form with yup to handel schema validation Package to handel api calls URL :- https://axios-http.com/docs/intro Command :- npm install axios Package to handle carousel URL :- https://www.npmjs.com/package/react-slick Command :- npm install react-slick --save npm install slick-carousel Package to parse HTML String Format URL :- https://www.npmjs.com/package/html-react-parser Command :- yarn add html-react-parser (It was used to install package) npm : npm install html-react-parser --save Package to handle skeleton loader URL :- https://www.npmjs.com/package/react-loading-skeleton Command :- yarn add react-loading-skeleton Package to handle Pagination URL :- https://mui.com/material-ui/getting-started/installation/ Command :- yarn add @mui/material Package to handle React table URL :-https://www.npmjs.com/package/@types/react-table Command :- yarn add react-table + yarn add @types/react-table Package to show rating URL :-https://www.npmjs.com/package/react-simple-star-rating Command :- yarn add react-simple-star-rating Package for stripe npm install --save @stripe/react-stripe-js @stripe/stripe-js Package for Next js URL :-https://www.npmjs.com/package/next Command :- npm i next@latest Package for debouncer URL :-https://www.npmjs.com/package/lodash Command:- npm i --save-dev @types/lodash Package for Rich Text Editor URL :-https://www.npmjs.com/package/react-quill Command:- npm i react-quill Support Package for Rich Text Editor URL :- https://www.npmjs.com/package/quill-image-resize-module-react Command:- npm i quill-image-resize-module-react OR npm i --save-dev quill-image-resize-module-react npm i --save-dev @types/quill-image-resize-module-react Command for bootstrap types npm install --save @types/bootstrap Package for tag inputs URL :- https://www.npmjs.com/package/react-tagsinput Command :- npm i react-tagsinput Command to install its type :- npm i --save-dev @types/react-tagsinput