Minor improvements
This commit is contained in:
parent
5a3ee74bf5
commit
08b5ac5e3a
|
@ -129,7 +129,7 @@ Datastar is smaller than Alpine.js and htmx, yet provides the functionality of b
|
|||
|
||||
The package size is not _just_ a vanity metric. By embracing simplicity, and building on first principles, everything becomes cleaner and leaner. But don't take our word for it – [explore the source code](https://github.com/starfederation/datastar/tree/main) and see for yourself!
|
||||
|
||||
Datastar is both a core library (~5 KiB) and a “batteries included” framework (~13 KiB), allowing you to create [custom bundles](/bundler) and write your own plugins.
|
||||
Datastar is both a core library (~5 KiB) and a “batteries included” framework (~14 KiB), allowing you to create [custom bundles](/bundler) and write your own plugins.
|
||||
|
||||
## Hypermedia First
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# SSE Events
|
||||
|
||||
Responses to [backend plugin actions](/reference/action_plugins#backend-plugins) must contain zero or more Datastar SSE events.
|
||||
Responses to [backend plugin actions](/reference/action_plugins#backend-plugins) must contain zero or more Datastar [SSE](https://en.wikipedia.org/wiki/Server-sent_events) events.
|
||||
|
||||
<div class="alert alert-info">
|
||||
<iconify-icon icon="simple-icons:rocket"></iconify-icon>
|
||||
|
|
Loading…
Reference in New Issue