Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Q.js: modern front-end framework for 2026. No build scripts unlike React et al.

Q.js is a modern front-end JavaScript framework for 2026 that requires no build scripts or bundlers, distinguishing itself from frameworks like React. It offers features such as reactive state, virtual DOM, and component-based architecture while aiming to simplify the development workflow.

Background

- Q.js (package `@qbix/q.js`) is a front-end JavaScript framework described as a modern alternative to React, Vue, or Svelte for 2026. - Its key differentiator: it requires **no build step** (no Webpack, Vite, Babel, etc.) — you write plain HTML/JS and it works directly in the browser, unlike most mainstream frameworks. - Built by the Qbix team, it's part of a larger "Q" platform ecosystem that includes back-end and real-time capabilities; the team has been building tools for social/web apps since the early 2010s. - The pitch addresses a growing fatigue among developers with complex toolchains and "dependency hell" — Q.js claims to offer reactivity, components, and state management without the compile-time overhead. - This matters because the trend toward zero-config, "back to basics" tooling (like htmx or Alpine.js) has been gaining traction; Q.js aims to be a full-featured alternative that doesn't sacrifice power for simplicity.