mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 05:21:18 +00:00
blog post update
This commit is contained in:
parent
5525c707c9
commit
23264965a2
@ -6,7 +6,7 @@ title: kutty 0.0.1 has been released!
|
||||
|
||||
## Kutty 0.0.1 Release
|
||||
|
||||
I'm pleased to announce the [first release](https://unpkg.com/browse/kutty.org@0.0.1/) of kutty, the successor
|
||||
I'm pleased to announce the [0.0.1 release](https://unpkg.com/browse/kutty.org@0.0.1/) of kutty, the successor
|
||||
to [intercooler.js](http://intercoolerjs.org)!
|
||||
|
||||
Like intercooler, kutty brings the power of modern browsers into HTML.
|
||||
@ -16,9 +16,11 @@ Like intercooler, kutty brings the power of modern browsers into HTML.
|
||||
* First and foremost, kutty has [*no external dependencies*](https://github.com/bigskysoftware/kutty/blob/master/package.json) !
|
||||
No more dragging in jQuery just to do HTML-oriented web development.
|
||||
* I've tried to follow conventional naming and behavior standards more closely where applicable (e.g. [`innerHTML`](/attributes/kt-swap) and [`outerHTML`](/attributes/kt-swap))
|
||||
* Kutty is less kitchen-sink-of-features and more pluggable than intercooler
|
||||
* Kutty isn't the kitchen-sink-of-features that intercooler is. I went into intercooler wanting to never write javascript.
|
||||
With kutty I scaled that back and focused on extensibility and leaning on the browser more
|
||||
* Kutty has a better swapping mechanism which introduces a settling step, which allows for nice CSS transitions
|
||||
with minimal complexity. Check out the [progress bar](/examples/progress-bar) to see how this works.
|
||||
with minimal complexity. Check out the [progress bar](/examples/progress-bar) to see how this works: by returning
|
||||
HTML in the old web 1.0 style, you can get nice, smooth CSS-based transitions. Fun!
|
||||
|
||||
Beyond that, basic kutty and intercooler code will look a lot a like:
|
||||
|
||||
@ -47,6 +49,6 @@ The usual:
|
||||
* read the [docs](/docs)
|
||||
* star the [repo](https://github.com/bigskysoftware/kutty)
|
||||
* tell your friends
|
||||
* & enjoy fully functional HTML, the way [Roy Fielding](https://en.wikipedia.org/wiki/Representational_State_Transfer) intended it
|
||||
* enjoy fully functional HTML, the way [Roy Fielding](https://en.wikipedia.org/wiki/Representational_State_Transfer) intended it
|
||||
|
||||
Cheers!
|
Loading…
x
Reference in New Issue
Block a user