Skip to content

1.0.0

Compare
Choose a tag to compare
@jorgebucaran jorgebucaran released this 29 Dec 11:28
a7ca4b4

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!