2 projects
Vue.js core is a progressive JavaScript/TypeScript framework for building user interfaces, centered on a reactive data system and declarative component-based rendering. This repository (Vue 3) houses the reactivity engine, compiler, runtime, and Single-File Component support.
Yew is a Rust framework for building client-side web applications that compile to WebAssembly. It offers a React-like component model with an HTML macro, a virtual DOM, and JavaScript interoperability.