VS Code Shortcut: https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf
itubego:- Playlist download softwere
Redux Template: npx create-react-app my-app --template redux Video Recoder Online: https://screenapp.io/#/
Random Id: Math.random().toString(36).substr(2, 9)}
JavaScript Tutorial https://www.youtube.com/watch?v=hKB-YGF14SY
ES6 Tutorial: https://www.youtube.com/watch?v=JTcjSvFptEM&list=PLwGdqUZWnOp19VX-DM4oHtmWhDfWblFh-
React Developer Tool: https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi/related?hl=en
React Tutorial: https://www.youtube.com/playlist?list=PLxnSeqQVewBNyou2KxZqk8ULIy_fuVJRp
React Tutorial GeekyShow: youtube.com/watch?v=BJxiEFZ0c1c&list=PLbGui_ZYuhignjLLXTJWkRJKN-SgAqClL&index=9
React Hooks Tutorial: https://www.youtube.com/watch?v=cF2lQ_gZeA8&list=PLC3y8-rFHvwisvxhZ135pogtX7_Oe3Q3A
Rxjs tutorial: https://www.youtube.com/watch?v=NwgZ4R7HJIw&list=PLLhsXdvz0qjI68a8tLUUMyXmNhl608mcn
Array Method /RxJS Marble Example: https://rxmarbles.com/
Formik-YUP Tutorial: https://www.youtube.com/watch?v=a94FOvaBomQ&list=PLC3y8-rFHvwiPmFbtzEWjESkqBVDbdgGu
Chakra Formik UI Library: https://chakra-ui.com/
React-Redux Tutorial: https://www.youtube.com/watch?v=9boMnm5X9ak&list=PLC3y8-rFHvwheJHvseC3I0HuYI2f46oAK
Materialize Css Library: https://materializecss.com/
React + redux Interview question: https://www.edureka.co/blog/interview-questions/react-interview-questions/
Npm QrCode: https://www.npmjs.com/package/qrcode.react
React Multiselect Checkboxes: https://www.npmjs.com/package/react-multiselect-checkboxes
react interview questions: https://www.edureka.co/blog/interview-questions/react-interview-questions/
Postman Demo Video: https://www.youtube.com/watch?v=2cvWa1x5LNY
Class vs function: https://codesandbox.io/s/pjqnl16lm7 https://overreacted.io/how-are-function-components-different-from-classes/
Node.js-Express.js-MondoDB https://www.youtube.com/watch?v=IIpiLZGTWuo&list=PLwGdqUZWnOp00IbeN0OtL9dmnasipZ9x8
project structure
src=> action => All action write in here assets => -css -font -img components => -cart -footer -header -home -signup -user (write all components here) config => -all constance data write here in a file -constant.js reducer => -all reducer file write here routers => -public and private router write here screens => -all display js file write in here like -home -product -user -product service => -write all sevice heree like -loader -localstorage