Contemporary from the oven… a bun!
In September, model 1.0 of Bun was launched. So what is that this ‘bun’ factor, can we eat it?
Bun is a quick, all-in-one toolkit for working, constructing, testing, and debugging JavaScript and TypeScript, from a single file to a full-stack utility. At the moment, Bun is steady and production-ready.
The devs behind bun took Apples JavascriptCore and added a number of ZIG code to construct a whole javascript toolkit. It replaces node.js, transpilers, bundlers, package deal managers and testing libraries.
Though not all FE frameworks are supported but, I’ve obtained unimaginable outcomes when putting in initiatives. However much more vital it actually felt like a drop in substitute! Getting it to work solely takes a few minutes.
If you wish to velocity up your frontend pipelines I extremely encourage wanting into this instrument to handle your packages!
View Transitions
Nonetheless experimental however again in March Chrome determined to assist it! You should use these transitions to make an online web page behave extra like an app with out including a bunch of javascript libraries.
Theo up to date his astro web site to the most recent model to check out it’s implementation of this API and it’s type of thoughts blowing how little work is concerned in getting this to work*!
Server Facet all of the issues!
I’ve been stepping up my NextJS sport over the previous yr, I actually like all of the magic it does for me and with model 14 its including Server Actions!
Since v13 launched server aspect elements I used to be type of bummed that I nonetheless wanted to create an API path to deal with my type submission on the server (bear in mind by no means belief the shopper).
However no extra of this! We will now specify if an motion is barely obtainable on the server.
Rewrite all issues Angular
Angular obtained a shiny new dev portal. However this isn’t all, someplace this month you may count on model 17 to drop. And it comes with a great deal of new issues!
For my part an important change is the brand new element stream. I’m hoping they’ve a solution to make this migration straightforward… however I’m anxious the brand new syntax they introduce would require a bit of labor.
Up till now you added an ngIf assertion to a element in your template to show one thing based mostly on logic.