Hacker News new | ask | show | jobs
by fragile_frogs 849 days ago
> Andrew Clark’s vision of using more compiler magic to solve for React’s shortcomings is indeed a very Facebook-esque approach to solving problems with performance and suitability

and

> Much of the innovation in the UI space is now happening around the edges of the React ecosystem: Solid.js, Preact.js, Svelte.js, Vue.js, Astro.js, Qwik.js, Marko.js

- Solid.js requires *babel-preset-solid* [1]

- Selvte has a compiler

- Astro components are custom `.astro` files

- Qwik.js ships an optimizing compiler [2]

- Vue has `@vue/compiler-sfc` [3]

React is fine, stable and easy to upgrade

[1] https://www.solidjs.com/guides/getting-started

[2] https://qwik.dev/docs/advanced/optimizer/

[3] https://vuejs.org/guide/scaling-up/tooling#lower-level-packa...