MaxT
MaxT
Explore posts from servers
SSolidJS
Created by MaxT on 8/21/2023 in #support
SolidStart with the static adapter and hynrid routing?
Hello! Is the hybrid routing (islandsRouter) supposed to work with the static adapter in SolidStart? Seems like it's either broken, or not a supported scenario, or I am doing something wrong.
1 replies
NNuxt
Created by MaxT on 12/16/2022 in #❓・help
SSG and the size of entry.js file
Hello, I am on the stable version of NUXT3. When I don't have the pages folder, and only have the app.vue file, the output of run npm generate produces the entry.randomchars.js file with the size of 33.7 kb gzipped. If I delete the app.vue file, and create the pages/index.vue page with the same exact content (just a single paragraph) and do a generate - the size of that file goes up to 50 kb gzipped. If I create another page, like pages/about.vue and generate again, the file size goes up even hight. Why is that happening? I am not even using any components that would need any hydration on the client. Shouldn't the file stay fixed at the same 33.7 kb to include the runtime for Vue3 and Nuxt3? Why is it growing in size? Thank you!
31 replies