React-CRUD-Operation-V2 icon indicating copy to clipboard operation
React-CRUD-Operation-V2 copied to clipboard

Results 6 React-CRUD-Operation-V2 issues
Sort by recently updated
recently updated
newest added

useHistory() has been replaced with useNavigate in react-router-dom v6 [Stackoverflow-Reference](https://stackoverflow.com/questions/62861269/attempted-import-error-usehistory-is-not-exported-from-react-router-dom)

I want to add another button to view each data individually in separate route, how can i do it , please help me out. I want to make a button...

Completed the application to be fully functional, resolved errors, and improved navigation between components.

Checkbox requires a boolean value so converted the string value returned from getItem() to boolean

As i run this code console shows an error that can not be child of . Thus, I changed the code and made the parent and the child. This resolves...