gis-ops / valhalla-app

This is the demo web app running on https://valhalla.openstreetmap.de
https://valhalla.openstreetmap.de
MIT License
163 stars 90 forks source link

Changing the class component to functional component #137

Closed sanjeevholla26 closed 1 year ago

sanjeevholla26 commented 1 year ago

πŸ› οΈ Fixes Issue

closes #68

πŸ‘¨β€πŸ’» Changes proposed

In the file src/App.jsx I have changed the class components into functional components and I am also working on other files.

πŸ“„ Note to reviewers

Please consider this as pre-GSOC pull request. Thanks..

πŸ“· Screenshots

This is the code of src/App.jsx where functional component have been used instead of class based components.

image

nilsnolde commented 1 year ago

It’s for the main project as outlined in #68