diff --git a/www/posts/2020-5-15-kutty-0.0.1-is-released.md b/www/posts/2020-5-15-kutty-0.0.1-is-released.md index 14851b29..7a1f40e1 100644 --- a/www/posts/2020-5-15-kutty-0.0.1-is-released.md +++ b/www/posts/2020-5-15-kutty-0.0.1-is-released.md @@ -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! \ No newline at end of file