Tag: Application

Every Framework Everywhere All at Once

November 30, 2023 By Mark Otto Off

Eliminating JS Framework Lock-in with Web Components? — Can you build an app where each component is using a different framework? Amazingly, yes. Web components aren’t new but are ‘having a moment’ and Jake demos an interesting, if contrived, use case. He explains: “Say you’re…

.env support coming to Node

August 29, 2023 By Mark Otto 0

👋 We’re back! Well, sort of.. If you didn’t get an issue of Node Weekly in the past few weeks, don’t worry, I was on vacation. I’m technically on vacation for a couple more days but didn’t want too many issues to pass by, so…

Happy birthday to React

May 31, 2023 By Mark Otto 0

▶  Celebrating 10 Years of React — Grab yourself a slice of cake, React is 10 years old. As part of the celebrations, Vercel’s Delba de Oliveira ▶️ hosted a ‘roundtable’ discussion (though the table itself has taken the day off ????) with Andrew Clark and…

Why Svelte is converting TypeScript to JSDoc

May 11, 2023 By Mark Otto Off

The JavaScript Ecosystem is Delightfully Weird — There are plenty of examples of how JavaScript is weird but Sam focuses on the why. If you’ve been a JS developer for many years you’ll have seen it go through many phases and morph to fit its…

10 ways to build applications faster with Amazon CodeWhisperer

April 26, 2023 By Mark Otto Off

Amazon CodeWhisperer is a powerful generative AI tool that gives me coding superpowers. Ever since I have incorporated CodeWhisperer into my workflow, I have become faster, smarter, and even more delighted when building applications. However, learning to use any generative AI tool effectively requires a…

Node.js challengers gaining ground

March 23, 2023 By Mark Otto 0

Deno 1.32 Released with Enhanced Node Compatibility — I know this is a Node newsletter, but given Deno’s provenance and continuing insistence for Node.js compatibility, this is Node news in a round about way. 1.32 ships with TypeScript 5 and extends package.json support in particular. Deno…

How to make a purely client-side SPA with Next.js

March 22, 2023 By Mark Otto 0

react.dev: The New Home for React — Stand aside reactjs․org, there’s a new official homepage in town. Available in beta form for some time now, the new site represents a huge step forward in the guides on offer, both in terms of quantity and in…

Single executable apps come to Node core

February 23, 2023 By Mark Otto 0

▶  The State of Node.js Core with Colin Ihrig — Colin sits on the Node.js Technical Steering Committee (TSC) and gives us a 30-minute presentation reviewing what’s going on and some potential upcoming features (including a permissions system, better TypeScript integration, proxy support for fetch and…