DEV Community

Discussion on: What would the ideal web framework look like?

Collapse
 
joas8211 profile image
Jesse Sivonen

Svelte is able to generate HTML. It is called server-side rendering in Svelte and it's possible to do it in the build step.

I have done it for an old version of my work-in-progress website framework. Since then I've switched framework, because Svelte didn't meet my requirements recarding actually the same feature.

I've tried to make my own JavaScript framework like Svelte / Vue with the features I need, but I didn't really succeed. Maybe I'll try again some time.

Collapse
 
siddharthshyniben profile image
Siddharth

I'm not so familiar with Svelte, and maybe SSR is possible. I'll try it out.

I've tried to make my own JavaScript framework like Svelte / Vue with the features I need, but I didn't really succeed. Maybe I'll try again some time.

I'm actually doing the same thing right now. You should definitely try again