buskerudbyen / cycling-norway

3 stars 2 forks source link

Refactoring: React hooks #117

Closed michaeljohansen closed 4 months ago

michaeljohansen commented 4 months ago

The project is written mainly with class components, which is the "old way" of working with React. All components should be updated to function components with React hooks. This will make all components easier to read and easier to work with.