Unclaimed project
Are you a maintainer of hyperapp? Claim this project to take control of your public changelog and roadmap.
Changelog
1kB-ish JavaScript framework for building hypertext applications
Hyperapp is a JavaScript library designed for building high-performance web applications in the browser. It offers an out-of-the-box combination of state management and a Virtual DOM engine, all without any external dependencies.
Getting started is easy:
import { app } from "hyperapp"
import { state, actions, view } from "./app"
const main = app(state, actions, view, document.body)
For comprehensive documentation and live examples, visit our documentation and the official CodePen account.
With the release of version 1.0, Hyperapp's API has evolved to a significant milestone in its development journey. We extend our gratitude to the contributors who have dedicated their time and expertise to this project. Thank you for your invaluable contributions!
To stay updated and join the conversation, check out the discussion on /r/javascript and read the accompanying blog post!
The library for web and native user interfaces.
Complete Claude Code configuration collection - agents, skills, hooks, commands, rules, MCPs. Battle-tested configs from an Anthropic hackathon winner.
The React Framework
Coding articles to level up your development skills