DEV Community

Discussion on: The web does not exist - what would you do differently?

Collapse
 
stojakovic99 profile image
Nikola Stojaković

I would avoid JavaScript and implement something like WASM right from the start to allow people to use different programming languages on the front-end. I would keep DOM and create a uniform API for the access from any language. Styling would be much stricter, with better error handling instead of silent failures. I would add some grid system and web components as standard.