Skip to main content

Search

Items tagged with: NodeJS


I think I’m finally happy with the new API of the (hitherto undocumented and experimental) stateful components in Kitten.

I’ve been trying to get it as close to plain JS as possible without any framework magic. (There’s still a lot of framework magic but it’s behind the scenes, not at the syntax level.)

It’s taken longer than I thought it would (if I had a penny…) but I think this was worth it.

🤞 new release should be next week alongside TypeScript support, etc.

(The screenshot is a complete one-page Kitten web site, by the way. Albeit one that just displays “MyComponent” at its index. But that’s *all* the code. And that’s fully type-safe TypeScript. Without a build stage.)

#Kitten #SmallWeb #components #JavaScript #nodeJS