Skip to content

Instantly share code, notes, and snippets.

@PxyUp
Last active April 26, 2019 22:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PxyUp/5212476f20ed18ae28617cbc6f9a0bbe to your computer and use it in GitHub Desktop.
Save PxyUp/5212476f20ed18ae28617cbc6f9a0bbe to your computer and use it in GitHub Desktop.
Hello World on Faster-Dom
import { bootstrap } from 'revact';
bootstrap('#app', () => ({
tag: "div",
textValue: "Hello World!",
}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment