A frontend Project Created with React, but initially used Vanilla JavaScript + Webpack.
- Practise React Hooks
- Prop Validation
- Writing Clean Code
- Practise CRUD operations in React
- prop-types
- Clone the repo
- Navigate to the project directory and on the terminal type 'npm install'
- After successfull installation, type 'npm run dev'.
- Navigate to the given directory
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>REACT ROUTING DISASTER.
— Samuel Njuguna (@Psammystprime1) October 13, 2024
I've been working on revamping some projects I did a while back, among them a to do list. It was initially created with vanilla & Webpack but decided to move it to react. I encountered new problems and I have never understood State Hook until I ...