Show HN: Nue – A React/Vue/Vite/Astro Alternative 32 by tipiirai | 9 comments on Hacker News. Author here. I've been working on this for the past ~12 months, lately full-time. I'm releasing two things today: 1. Nue JS: https://ift.tt/ukCL9Hd — A tiny (2.3kb minzipped) JavaScript library for building user interfaces. It's like React/Vue core, 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. Nue JS supports server-side rendering (SSR), reactive components, and "isomorphic" combinations. It takes inspiration from Vue 2.0 and Riot.js. (I'm actually the original author of Riot). 2. Nue ecosystem: https://ift.tt/GizvWsk — This is the ultimate goal and once all the sub-projects are finished, Nue will be a serious alternative to things like Vite, Next.js, and Astro. The thing is that I'm not happy with the current state of web development, so I want to write a...