Hacker News new | ask | show | jobs
A front end love story (tobiasuhlig.medium.com)
1 points by elza_1111 327 days ago
1 comments

> Neo.mjs is built on the language of AI. It uses declarative JSON blueprints to define UI. An AI generating a JSON blueprint is an order of magnitude simpler, faster, and more reliable than an AI generating JSX. The framework’s DomApiRenderer then takes this simple blueprint and translates it into hyper-performant, secure DOM operations. The AI doesn't need to know how to build the UI; it just needs to describe what the UI is.

Well, that's one way to do it I guess...