Ripple is a compiler-first TypeScript UI framework that emphasizes simplicity and fine-grained reactivity. It uses `track()` and `@` syntax for reactive state without hooks or signals, performs compile-time optimizations like dead CSS removal, and updates only changed DOM nodes instead of using a Virtual DOM. The framework aims
6 Comments
Sort: