![]() |
Hono + Htmx + Cloudflare: A New Stack? — Lots of people appear to be leaping on htmx currently as a substitute for the complexity of frameworks like React, however what if you wish to hold utilizing JSX? Hono is a (vaguely Specific-like) Internet framework focusing on edge perform use instances and consists of middleware for rendering JSX. Yusuke provides a fast instance of how all this may come along with Cloudflare Staff and D1 for an easier, full-stack JS expertise. Yusuke Wada |
Shrinking VS Code with Title Mangling — There’s a good bit of JavaScript in VS Code however the staff has managed to cut back the scale of the shipped code by nearly 4MB with out truly doing any deleting or refactoring because of a brand new ‘title mangling’ construct step. This can be a nice learn on how the staff approached issues and bought it working. Matt Bierner |
![]() New Course: The Exhausting Elements of UI Growth — Develop an under-the-hood data of UI improvement by studying strategies corresponding to information binding, UI composition, templating, digital DOM and its reconciliation, and hooks, all from scratch! Frontend Masters |
Microsoft TypeChat: An Method for Sort-Secure LLM Responses — A brand new undertaking with some distinguished names connected (the designer of C# and PM for TypeScript, for starters) that demonstrates the joy inside MS for big language fashions (LLMs). TypeChat goals to work round the issue of LLMs outputting hard-to-parse pure language and to direct such output right into a predictable, typed type. Hejlsberg, Lucco, Rosenwasser et al. |
⚡️ IN BRIEF:
|
🎉 RELEASES:
|
📒 Articles & Tutorials |
Extra virtually, Addy additionally tells us to stay to ‘boring structure’ for so long as doable. |
![]() |
|
🙈 Taking issues too far.. |
We’ll assist anybody who’s eager to cut back the quantity of useless JavaScript that goes over the wire (👋 Astro or Qwik) however typically, simply typically, you may go too far with the endeavor to nearly comedic impact: |
![]() |
😱 Implementing Tic Tac Toe with 170MB of HTML — Unsurprisingly, the demo (which we’ve not linked to right here) introduced my browser to a crashing halt, but it surely’s enjoyable to see a developer tackle the problem of utilizing Chrome’s assist for popovers and the state of mentioned popovers together with an enormous pile of HTML to deal with a sport of Tic Tac Toe. Don’t repeat this in manufacturing, of us.. Gareth Heyes |