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
Testé le logo d'attente : c'est excellent !
On en arrive presque a regretter l'époque où c'était bien plus lent pour avoir le temps de l'admirer... ;o)
Bravo.
Domi
The Grottocenter front app is slow to load due to large javascript file to load the first time (then in cache) and due to the react DOM rendering.
We should maybe display a loading screen instead of a white page which may feel like a bug.
Maybe this solution could work while waiting for the React app to render all components : https://betterprogramming.pub/a-quick-and-easy-react-js-loading-screen-with-hooks-940feccd553f
But the above solution may not work during the downloading of the large javascript files (8+ Mo)...
The text was updated successfully, but these errors were encountered: