By adding more files to the templates, it takes longer for project to becoming usable by the user. So either we add a loading animation or figure out a way to speed it up. I've used BrowserFS in the past and I was able to instantiate it with a zip file, which might be faster than a request for each file.
By adding more files to the templates, it takes longer for project to becoming usable by the user.
So either we add a loading animation or figure out a way to speed it up.
I've used BrowserFS in the past and I was able to instantiate it with a zip file, which might be faster than a request for each file.