🥳 New Kitten Release

• Fix: Events on `KittenComponent` hierarchies are now bubbled in reverse (from children down to parents). This provides for predictable event firing in cases where parents might emit events (e.g., a page emitting an event from its `onConnect()` handler). Your existing code should work as before with certain edge cases that might have broken before no longer breaking.

Enjoy!

💕

#Kitten #KittenReleases #SmallWeb #SmallTech #web #dev #events #serverSide #eventBased #components #hypermedia #streamingHTML

🥳 New Kitten Release

• `KittenComponent` (and thereby `KittenPage`) gains an `emit()` method.

Use this to bubble events from your page to all child components or from any component to all of its child components.

This is useful, for example, for setting the state of a page or a component where each child component knows how to present itself for that state.

(That, in turn, is useful if you want to be able to restore state based on URLs.)

The naming convention-based mapping of event names to event handler names is the same as for the events you receive from the client. So an event called `myEvent` will result in `onMyEvent` handlers on child components being called.

(Also update @small-web/kitten to version 7.1.0 to get language intelligence for the new method.)

Enjoy!

💕

#Kitten #KittenReleases #SmallWeb #SmallTech #web #dev #events #serverSide #eventBased #components #hypermedia #streamingHTML

Rich and balanced comparison of the performance of SPA and hypermedia based web app with interesting findings 👏 The post includes limitations/caveats along with balanced when-to-use recommendations 👍

#SPA #web #hypermedia #performance

https://zweiundeins.gmbh/en/methodology/spa-vs-hypermedia-real-world-performance-under-load

SPA vs. Hypermedia: Real-World Performance Under Load | zwei und eins gmbh

Technical consulting and implementation for engineering teams: architecture reviews, performance analysis, and maintainable web applications without unnecessary SPA complexity.

zwei und eins gmbh

@steve @evan

Oh, that is very interesting. I will queue this up for inclusion in the delightful fediverse development curated list.

#Datastar may be a great library to check out here, and goes further in #hypermedia approach, where #HTMX considers itself feature-complete. Datastar uses #SSE to keep the connection to the client open. The client-side JS lib that is needed is super small. In datastar apps most of the business logic lives in the backend, and it lends itself very well for #EventSourcing. The original author/co-maintainer uses it with #NATS which also serves as the event store.

https://data-star.dev

Datastar

The hypermedia framework.

Datastar
Is HTMX's dogmatic insistence on HTML holding it back? Discover JSON partials as the future of cross-platform UI and secure AI-generated hypermedia interfaces. https://hackernoon.com/the-html-partial-trap-why-htmx-is-only-half-the-story #hypermedia
The HTML Partial Trap: Why HTMX is Only Half the Story | HackerNoon

Is HTMX's dogmatic insistence on HTML holding it back? Discover JSON partials as the future of cross-platform UI and secure AI-generated hypermedia interfaces.

Se Darwin vedesse l'evoluzione dello sviluppo web, cosa direbbe?
Quale sarebbe la sua reazione di fronte alla pletora di #framework #JavaScript che sono nati nel corso degli ultimi anni?

Nella prossima live su #Twitch parliamo di **#Hypermedia-Driven Applications**, ovvero la storia di come abbiamo reinventato ciò che il browser è in grado di fare egregiamente da sempre [modalità provocazione ON]. 😄

Ci vediamo martedì ore 21:30 sul mio canale "Compila Quindi Va"!
👉 https://twitch.tv/compilaquindiva

🚀 Announcing HAL Explorer v2.2.1

A web app for exploring REST APIs based on HAL and HAL-FORMS. This update brings better layout control with resizable and scrollable layout elements.

🔗 GitHub: https://github.com/toedter/hal-explorer

I'd love your feedback!

#REST #API #Hypermedia #HAL #HALFORMS #OpenSource

Now THIS is hypermedia-ing!
#hypermedia #hypercard

🚀 Announcing HAL Explorer v2

A web app for exploring REST APIs based on HAL and HAL-FORMS. This major update brings significant UX enhancements, theme options, and more.

🔗 GitHub: https://github.com/toedter/hal-explorer
🔗 Live Demo: https://hal-explorer.com/#uri=https://hal-explorer.com/examples/examples.hal-forms.json

Building hypermedia APIs? I'd love your feedback!

#REST #API #Hypermedia #HAL #HALFORMS #OpenSource

If you are into #python web development with #FastAPI or #Starlette and follow principles of #hypermedia using #HTMX and #Alpine ... you might find these helpful:

https://codeberg.org/Seichter/snippets

snippets

Collection of code snippets to share and discuss.

Codeberg.org