Hyper: A Standards-First React Alternative (Developer Preview)

2025-05-09
Hyper: A Standards-First React Alternative (Developer Preview)

Hyper is a standards-first markup language for building UIs, offering a clean syntax for creating complex interfaces. Unlike React's monolithic architecture, Hyper prioritizes separating logic, structure, and styling, returning to HTML, CSS, and JavaScript standards. This results in simpler, more scalable, and maintainable UIs. The article compares Hyper and React in building simple and complex components, highlighting Hyper's decoupled design system. Future plans include full-stack applications and generative UIs, challenging React's dominance by focusing on simplicity and web standards.

Read more
Development

Hyper: A Minimalist UI Markup Language Challenging React's Dominance

2025-05-06
Hyper: A Minimalist UI Markup Language Challenging React's Dominance

Hyper is a new, minimalist UI markup language designed to build complex UIs with clean syntax, challenging React's complexity. Key differences include Hyper's lightweight nature, significantly less code, easier maintenance, and complete separation of styling from logic, boosting reusability. The article contrasts building the same components with React and Hyper, highlighting how Hyper's decoupled design and adherence to web standards solve React's scalability and maintainability issues. The ultimate goal is a simpler full-stack framework with AI-powered UI generation.

Read more

Nue: A Web Framework Lighter Than a React Button

2025-04-01
Nue: A Web Framework Lighter Than a React Button

Nue, a new web framework, leverages modern web standards (HTML, CSS, JS) to create applications significantly lighter than a React button. Using a Rust computation engine and Event Sourcing, it handles instant search across 150,000 records—a feat that would crash React. Nue simplifies development, offering a cleaner experience for Rust, Go, and JS engineers, design engineers, and UX engineers alike by emphasizing modular design and minimal dependencies. It aims to restore the joy of web development by addressing the complexity of modern frameworks.

Read more
Development High Performance

Nue: A Standards-First Web Framework Reimagining Frontend Development

2025-01-16
Nue: A Standards-First Web Framework Reimagining Frontend Development

Nue is a novel web framework prioritizing web standards to tackle two major frontend development challenges: engineering complexity and the design-engineering disconnect. It eschews heavy build processes and abstraction layers, advocating for semantic HTML, modern CSS, and clean JavaScript for faster development and elegant design. Nue supports multiple design systems, mimicking the styles of masters like Mies van der Rohe and Dieter Rams. A single command generates websites in various styles, dramatically increasing efficiency. Future plans include single-page application functionality, further enhancing the frontend experience.

Read more
Development Design Systems