2 Issues that caught my eyes in Frontend Land | Weblog | bol.com


Recent 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 operating, constructing, testing, and debugging JavaScript and TypeScript, from a single file to a full-stack software. Right this moment, Bun is secure and production-ready.

The devs behind bun took Apples JavascriptCore and added plenty of ZIG code to construct an entire javascript toolkit. It replaces node.js, transpilers, bundlers, package deal managers and testing libraries.

Though not all FE frameworks are supported but, I’ve bought unimaginable outcomes when putting in initiatives. However much more vital it actually felt like a drop in alternative! Getting it to work solely takes a few minutes.

If you wish to velocity up your frontend pipelines I extremely encourage trying into this software to handle your packages!

View Transitions

Nonetheless experimental however again in March Chrome determined to help it! You should utilize these transitions to make an internet 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 newest model to check out it’s implementation of this API and it’s form of thoughts blowing how little work is concerned in getting this to work*!

Server Aspect all of the issues!

I’ve been stepping up my NextJS recreation 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 parts I used to be form of bummed that I nonetheless wanted to create an API path to deal with my kind submission on the server (keep in mind by no means belief the consumer).

However no extra of this! We are able to now specify if an motion is simply out there on the server.

Rewrite all issues Angular

Angular bought a shiny new dev portal. However this isn’t all, someplace this month you possibly can 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 circulate. I’m hoping they’ve a technique to make this migration straightforward… however I’m frightened 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.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *