Earlier quoted context omitted.
It depends on what part of browsers are being spoken about. They’re plenty flexible and capable for the case of traditional pages and server-side apps, but it’s a totally different story for interactive widgets and especially full blown SPA’s. For example, browsers don’t furnish a tableview/datagrid or even a basic single column recycler view, meaning one has to find a third party library to do those things that’s st…
> For example, browsers don’t furnish a tableview/datagrid or even a basic single column recycler view and ? Or am I missing something?
This sort of view has been table stakes for desktop UI frameworks for decades and is a common need.