Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Bakar23 140

    @MajinBakar

    Posted

    You can use ParcelJS for example to build your static project. It will be much lighter than an Express backend.

    1
  • Bakar23 140

    @MajinBakar

    Posted

    You can hide the API key with a .env file.

    0
  • Bakar23 140

    @MajinBakar

    Posted

    You can be proud of the animation, really cool :)

    0
  • Bakar23 140

    @MajinBakar

    Posted

    <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().

    Marked as helpful

    0