Use HyperclayJS

Build a version of HyperclayJS that fits your workflow

Presets

Core Features

Essential functionality

Custom Attributes

HTML enhancements

UI Components

User interface elements

Module Difficulty

Untagged modulesSafe to include, they do nothing unless you use them
intermediatePowerful but has gotchas:
Autosave — triggers save on DOM changes, possible to infinite loop when combined with live-sync
Tailwind Inject — only runs on save (i.e. doesn't live update) and injects a stylesheet into the page
Hyper Morph — full-page DOM morphing can get complicated with lots of dynamic content
Cache Bust — rewrites href/src attributes on save
advancedFor power users building complex apps:
Live Sync — sync the full page between browsers, can get complex fast