Basic: client component
Mount a counter into a browser node. This is the shortest route to the component model.
Taipa has one component definition that can run in the browser or render on the server. Start with the browser path to learn the model, then advance to retained server HTML when it matches your application.
pnpm add @taipa/ui alien-signalsnpm install @taipa/ui alien-signalsalien-signals is Taipa’s runtime reactivity dependency. Install it explicitly when you use import maps or no-build browser delivery.
Install the package and its single reactivity dependency.
Mount a counter into a browser node. This is the shortest route to the component model.
Render that same counter as server HTML and attach behavior to the retained nodes.
Start with native HTML, then add validation and submission behavior only where it helps.