When I ran the below command, I got the above error message.npm install @material-ui/core Solution:This happens when you are trying to clone a project which is built a long time…
Category: WhoCodeFirst
learn2code_WhoCodeFirst
When select add reference on any project new or old I get the following error in the visual studio 2017/2019 VS 2017/2019 Add a reference causes error: Error HRESULT E_FAIL…
Learn React.js Basics
Posted in Education, Tutorials, and WhoCodeFirst
React is a powerful library. The Library is used for making the web and mobile UI. It was developed by Facebook. React is component driven. Everything as a component is…
Why I Like React
Posted in Education, and WhoCodeFirst
Easy to learn and understand As compared to other front-end frameworks like Angular and Vue. React.js is much easier to learn and understand. You just need to have a basic…
Most commonly used library with React
Posted in Education, and WhoCodeFirst
🔥Typescript🔥Scss(Prefer), TailwindCss🔥Animation – Framer motion/ gsap(Prefer),🔥React-spring, Anime.js (not to be used for simple animations)🔥Redux (Not to be used with Next JS)🔥useContext🔥Formik for Forms, React Hook Form(Prefer)🔥MaterialUI(Prefer), AntD (use only one…