NueJs is a brand new JS UI framework
published on 2023/10/02
A tiny (2.3kb minzipped) JavaScript library for building user interfaces. It’s like React/Vue, but there are no hooks, effects, props, or other unusual abstractions on your way. Know the basics of HTML, CSS, and JavaScript and you are good to go. It supports both server-side rendering and client-side reactive components. It takes inspiration from Vue 2.0 and Riot.js. (I’m the original author of Riot).