DEV Community

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

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao • Edited

Something that gets things done without too much learning curve that is coupled with design software like Xd & Figma for you to translate from design to code.

Without installing a bunch of libraries just to get started. Adopting modular approach using WebAssembly as their core package management is really a good start so anyone can use the compiled modules and adopt it into their website for different purposes.

I come from a django/flask background so I really like 1 way to do things to get started while adding more functionality when you need more stuff.