To demonstrate how flexible Vue 3 is, here are some just-because-I-can examples:
Using Vue 3 w/ @_developit & #39;s htm for no-build-step JSX:
Using Vue 3 w/ @_developit & #39;s htm for no-build-step JSX:
Also this pointed out by @antfu7: https://twitter.com/antfu7/status/1298667080804233221">https://twitter.com/antfu7/st...
Vue& #39;s reactivity system is decoupled from Vue& #39;s component model - this is a fundamental difference from React hooks or Svelte& #39;s compiler-based approach, where both mechanism are tightly coupled to the framework& #39;s proprietary component model.
To clarify, this is specifically comparing the subset of these frameworks. Svelte has a store API that is decoupled from components, but its idiomatic compiler-based approach is not.