Ripple over React? Evaluating the newest JS framework
SMRTR summary
RippleJS is a new React alternative created by Dominic Gannaway (former React Hooks engineer at Meta, Svelte core maintainer) that rethinks UI development with TypeScript-first design. Unlike React's component re-rendering, RippleJS uses fine-grained reactivity where only specific DOM parts update when state changes, offering better performance and memory usage while maintaining familiar JSX-like syntax.
SMRTR provides this summary for quick context. The original article belongs to Daily.dev.
Read the original article