Xania is thé fastest JavaScript view library for building user interfaces. Main goal of xania is to provide a highly performant components that can interop seemlessly with React.
- 🚀 Blazingly fast: The fastest implementation in the JavaScript framework benchmark.
- 🔥 React interop: Xania components integrates seemlessly in a react application.
- 😎 Fine-grained reactivity: No vdom / rerender of the components. Supports observables (e.g. rxjs ) as input from outside world to listen to changes and pinpoint the DOM that needs to update without recreating the DOM.
- ⏰ Async everywhere: First class support for async components or any part of it, async update commands, async derived state, async everything, etc…
https://mellifluous-fairy-88c3d0.netlify.app/
https://stackblitz.com/edit/vitejs-vite-njpme2?file=src/App.tsx
-
Documentation site: https://xania.github.io
-
benchmark code: https://github.com/xania/krausest-js-benchmark