DEV Community

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

 
terabytetiger profile image
Tyler V. (he/him)

I see what you mean now - Something that outputs closer to Static Site Generators without being fully static 😊 That would be amazing!

Thread Thread
 
efpage profile image
Eckehard

Why not use a function h1("Headline")? This would be even quicker as it create a DOM element without rendering HTML. And as it is a function, it can be part of any algorithm you want.

Thread Thread
 
siddharthshyniben profile image
Siddharth

Yep, it would! I'm actually building a prototype of something like this.

Thread Thread
 
codinghusi profile image
Gerrit Weiermann

What about next.js?

Thread Thread
 
siddharthshyniben profile image
Siddharth

It sounds interesting, but I haven't used it, so I can't say much.