How to Build Reactive Declarative UI in Vanilla JavaScript
https://jsdev.space/howto/reactive-vanilla-js/
#HackerNews #ReactiveUI #VanillaJavaScript #WebDevelopment #JavaScriptProgramming #CodingTips
How to Build Reactive Declarative UI in Vanilla JavaScript
https://jsdev.space/howto/reactive-vanilla-js/
#HackerNews #ReactiveUI #VanillaJavaScript #WebDevelopment #JavaScriptProgramming #CodingTips
Every time I work with #Avalonia and #ReactiveUI I'm equal parts delighted and enraged. Anyway! The foundations of the debugging tool are on.
Right now I've built an (optional) server that provides the debugging tool for the data necessary to see the internal state of the game as it runs. Simple JSON/RPC over TCP connection, nothing fancy. The idea is to build two main parts: one for querying the fact list, another for the practices and actions.
🖼️ "A study in reactive UI toolkits"
with Jan Fooken at #GUADEC2025
📅 24 July 🕒 09:40 CEST 📍 Brescia
🧪 Can GTK feel like React or SwiftUI? Let’s explore modern takes on building Linux UIs.
“Vanilla JavaScript for flavouring, a full-fledged feast for large projects.”
Meet dd<el> – the Vanilla JavaScript library for building reactive UIs with syntax close to native DOM! No build step required, just native DOM with superpowers. ✨ #ReactiveUI based on signals and events.
- NPM: https://www.npmjs.com/package/deka-dom-el
- GitHub: https://github.com/jaandrle/deka-dom-el (use star if u like it)
- Docs & examples: https://jaandrle.github.io/deka-dom-el
A low-code library that simplifies the creation of native DOM elements/components using small wrappers and tweaks.. Latest version: 0.9.5-alpha, last published: 3 days ago. Start using deka-dom-el in your project by running `npm i deka-dom-el`. There are no other projects in the npm registry using deka-dom-el.
Ah DynamicData, how I’ve missed your ability to make easy ways to create observable collections and also your sporadically documented code, examples that start well past the starting line, and sometimes xmldoc methods.