2026-03-19 at

Front End Web

( still catching up here )

This is great ... in 2025, React and Vue, major brands both moved towards more build-time compilation of logic, imitating Svelte ( 2016 ). Vue Vapor is basically Svelte, and there is no Virtual DOM. React Compiler meanwhile automates caching of UI code ... which was very tedious because ( they just never bothered to auto-nuance it before, and UI components would frequently thrash the virtual DOM ).

Also, Qwik framework ( 2023 ) optimises mainly for lazy-loading JS based on what's on-screen. So I guess everyone's under pressure to work towards doing it now.

The last time I reviewed FE frameworks was 2020 ... and I must say, in theory, the 2026 situation no longer makes me immediately think the frameworks are stupidly written.

No comments :

Post a Comment