You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current implementation for displaying maps in our application relies solely on client-side rendering, which can result in slower load times and a less optimal user experience, especially on slower network connections or devices with limited processing power. To improve the performance and user experience, we aim to leverage server-side rendering capabilities offered by Next.js.
Possible solutions:
Downgrade to static API: Mapbox WebGL is a powerful but may be unnecessary for this application.
The text was updated successfully, but these errors were encountered:
Our current implementation for displaying maps in our application relies solely on client-side rendering, which can result in slower load times and a less optimal user experience, especially on slower network connections or devices with limited processing power. To improve the performance and user experience, we aim to leverage server-side rendering capabilities offered by Next.js.
Possible solutions:
The text was updated successfully, but these errors were encountered: