@mathieuc22Submitted over 2 years ago
A fun project !
I built a custom Express backend to hide the API key. Any way to do it another way?
A fun project !
I built a custom Express backend to hide the API key. Any way to do it another way?
You can use ParcelJS for example to build your static project. It will be much lighter than an Express backend.
A fun project !
I built a custom Express backend to hide the API key. Any way to do it another way?
I'm proud of the dropdown animation I made with tailwind.
I did everything but my map isn't working correctly if someone could help if would be happy!
<Map /> props are immutable, you can't pass the state (lat & lng) directly. You must create a child component of <MapContainer/> and use useMap() and panTo().