change rust repo link to monorepo (#855) also bump version to 0.1.3 and bump alpha version of rama
change rust repo link to monorepo (#855)
also bump version to 0.1.3 and bump alpha version of rama
Datastar helps you build reactive web applications with the simplicity of server-side rendering and the power of a full-stack SPA framework.
Getting started is as easy as adding a single 14.5 KiB script tag to your HTML.
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@v1.0.0-beta.11/bundles/datastar.js"></script>
Then start adding frontend reactivity using declarative data-* attributes.
data-*
<input data-bind-title /> <div data-text="$title.toUpperCase()"></div> <button data-on-click="@post('/endpoint')">Save</button>
Visit the Datastar Website »
Watch the Videos »
Join the Discord Server »
Read the Getting Started Guide »
Read the Contribution Guidelines »
You can manually add your own plugins to the core:
<script type="importmap"> { "imports": { "datastar": "https://cdn.jsdelivr.net/gh/starfederation/datastar@v1.0.0-beta.11/bundles/datastar.js" } } </script> <script type="module"> import { load } from 'datastar' load( // Look ma’, I made a plugin! ) </script>
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Datastar
The hypermedia framework.
Datastar helps you build reactive web applications with the simplicity of server-side rendering and the power of a full-stack SPA framework.
Getting started is as easy as adding a single 14.5 KiB script tag to your HTML.
Then start adding frontend reactivity using declarative
data-*attributes.Visit the Datastar Website »
Watch the Videos »
Join the Discord Server »
Getting Started
Read the Getting Started Guide »
Contributing
Read the Contribution Guidelines »
Custom Plugins
You can manually add your own plugins to the core: