labcodes / django-react-boilerplate

Boilerplate for a Django + React project
41 stars 6 forks source link

#55: Migrate to react hooks #57

Closed lucianoratamero closed 2 years ago

lucianoratamero commented 2 years ago

Link to task: fix #55

How to test:

Description of your solution: I migrated all class implementations to functions in react component files. To keep being able to test properly, I needed to remove enzyme (and all related configs) to @testing-library/react.