|
|
|
|
|
by Griffinsauce
1680 days ago
|
|
> browser-provided abstractions are trash for writing a web app This is the key. If browsers would improve here we wouldn't need half of the dependencies that we use now. It took nearly a decade to get from moment.js to some proper usable native functions for example. Besides that we _really_ need to solve the issue of outdated browsers. Because even when those native APIs exist we'll need fallbacks and polyfills and lots of devs will opt for a non-standard option (for various reasons). The web is still a document platform with some interactivity bolted on top, I love it but it's a fucking mess. |
|