Skip to content

Commit

Permalink
1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Dec 11, 2024
1 parent 9bd76e1 commit a1676ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Release Notes for Datastar

## 1.0.0-beta.1 - Unreleased
## 1.0.0-beta.1 - 2024-12-11

- Require Datastar 0.21.3.
- Require Datastar 0.21.2.

## 1.0.0-alpha.3 - 2024-11-26

Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,21 @@

# Datastar Plugin for Craft CMS

### A reactive template-driven hypermedia framework for Craft CMS.
### A template-driven, reactive hypermedia framework for Craft CMS.

**This plugin is in beta and its API may change.**
> {warning}
> **This plugin is in beta and its API may change.**
This plugin integrates [Datastar](https://data-star.dev/) with [Craft CMS](https://craftcms.com/), allowing you to create reactive frontends driven by Twig templates. It aims to replace the need for front-end frameworks such as React, Vue.js and Alpine.js + htmx, and instead lets you manage state and run logic within your Twig templates.
This plugin integrates the [Datastar hypermedia framework](https://data-star.dev/) with [Craft CMS](https://craftcms.com/), allowing you to create reactive front-ends driven by Twig templates. It aims to replace the need for front-end frameworks such as React, Vue.js and Alpine.js + htmx, and instead lets you manage state and use logic within your Twig templates.

With Datastar, you have the ability to define state and manipulate the DOM in real-time on the front-end, while modify the DOM with templates rendered on the back-end. Use-cases:
Use-cases:

- Live searching elements
- Loading more elements / Infinite scroll
- Paginating, ordering and filtering lists of elements
- Submitting forms and running actions
- Pretty much anything to do with reactive front-ends

Datastar is lightweight, performant and strongly opinionated about embracing hypermedia and removing front-end complexity.

## Documentation

Learn more and read the documentation at [putyourlightson.com/plugins/datastar »](https://putyourlightson.com/plugins/datastar)
Expand Down

0 comments on commit a1676ca

Please sign in to comment.