Lily Black
Lily Black
Is this going to be implemented still? This would be really handy
I feel like this one kinda fits here too https://github.com/melonjs/melonJS/issues/1139
[We could consider Astro's SSR mode, though Vite might already do that I'm not sure](https://docs.astro.build/en/guides/server-side-rendering/)
See Also: https://github.com/melonjs/melonJS/issues/1134
I don't think this should be a big priority for now tbh. Ironing out ES6 modules should give us pretty great performance as is.
It would also be super dope to inject [preload links](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types/preload) to load the assets (like images etc) before the JS even loads. That way by the time the game needs...
> this is definitely a good idea, and an easy one to do, but I'm not sure I understand how it would help with #1136 ? Then we could make...
> I haven't use react native as a bundler, but one of the advantage of Cordova is (or was maybe since it's not being updated anymore) is all the monetisation...
[Check out this StackOverflow post](https://stackoverflow.com/questions/35395485/change-url-without-refresh-the-page/35395594#35395594) for details on how to change the page's url without navigating. If we fetched the page's content then used the History API to change the...
[I think this tutorial might be relevant](https://docs.jsfiddle.net/github-integration/untitled-1)