hasadna / open-bus-map-search

open-bus-map-search
https://open-bus-map-search.hasadna.org.il/dashboard
MIT License
48 stars 85 forks source link

Create MapContent Component #736

Closed itsoriki closed 1 month ago

itsoriki commented 2 months ago

Right now the code inside the MapWithLocationsAndPath component is a lot to handle + it won't let us insert our hooks to the MapContainer scope.

The solution here will be to create a new component (possibly named MapContent) which will contain all the JSX that is currently inside the MapContainer component (all the code in the photo attached) - enabling us write all the hooks we want

image

menachem95 commented 2 months ago

Hey, I'll take it.

itsoriki commented 2 months ago

@menachem95 Good luck!