JavaScript Import Maps Now Supported Cross-Browser โ ES modules provide a modern way to include and reuse JavaScript code in web apps, and import maps provide the bridge between using module names in code and where those modules can actually be loadedย from. Thomas Steiner (Chrome Developers) |
๐ The import map news comes off the back of the release of Safari 16.4 which introduces a lot of new functionality to the Mac-based browser, from Web Push and import maps to improved Web Component support and lazy-loading support for iframes. |
React Labs: What React Core Has Been Working On โ The latest update from the React core team. The most striking update comes around the progress of React Forget, an optimizing compiler with the goal being able to build fully reactive systems using the JavaScript and React mental models you already have, with the compiler tackling the trickiestย parts. The React Core Team |
IN BRIEF: |
RELEASES: |
๐ย Articles & Tutorials |
![]() |
Janet for Mortals โ Janet is a Lisp-like functional dynamic language that can nonetheless be compiled and interact with C libraries. This online book about Janet targets folks who already know JavaScript inย particular. Ian Henry |
In Praise of Vite โ โThe single best feature of Vite, as far as Iโm concerned, is its simplicity. Compared to the nightmare of configuring WebPack and Babel? Vite is delightfully easy toย use.โ Scott Vandehey |
๐ก Robin Wieruch has just published a tutorial on migrating to Vite from Create React App (CRA) if you want to give it a go forย yourself. |
A Business Case for SvelteKit โ A good post covering the experience of migrating from Meteor to SvelteKit, the process this team undertook, and the outcomes from both a performance and UX point ofย view. Chris Ellis |
![]() |
NPKILL 0.11.1: Delete Gallardo and Gรณmez |
Concurrent.js: Load Modules into Background Threads โ For JS environments including the browser, Node and Deno, this library dynamically imports modules into worker threads (in Node) or Web Workers (in theย browser) to run them away from the mainย thread. Bitair |
![]() |
|
QUICK RELEASES: |
Source link
Leave a Reply