Evan You
Most of the mainstream frontend frameworks have converged on a class-or-semi-class-based model for declaring components. However, in the past year we’ve seen a shift in how stateful logic inside components are declared, managed and composed.
Evan examines three different approaches: React Hooks, Vue Composition API, and Svelte 3, and explores the fundamental differences due to the trade-offs in their respective designs.