Latest News
CHECK OUT SOME OF OUR NEWS
-
Bundle-time macros with Bun
#641 — June 1, 2023 Read on the Web JavaScript Weekly JavaScript Macros in Bun — Not content with giving the JavaScript world a brand new bundler, Bun’s Jarred has taken it a bit further: ‘macros’ that run at bundle time with the result being directly inlined into your code. They use stage 3 annotated import statements (so may become regular JS eventually) and Jarred shows off some use cases here. Jarred Sumner ▶ Discussing the Future of React with Two Core Team Members — As part of the celebrations around React’s 10th birthday, Vercel’s Delba de Oliveira interviewed Andrew Clark and
-
Happy birthday to React
#341 — May 31, 2023 Read on the Web React Status ▶ 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 said table is nowhere to be seen) with Andrew Clark and Sebastian Markbåge talking about the current state of React, Suspense, Server Components, and Actions. Guillermo Rauch (Vercel) React-Admin: The Open-Source Framework for B2B Apps — From simple dashboards to complex admin panels for your entire company, react-admin unleashes the true productivity of React. Join more than 20k devs
-
All the ways to use Postgres from Node
#488 — May 30, 2023 Read on the Web ▶ ‘I Tried 8 Different Postgres ORMs’ — A modern, fast-paced, and slightly irreverent meme-heavy look at the various ways in which you can interact with Postgres (provided serverless by Neon, in this case) from a backend JavaScript app. It’s pretty neat as whirlwind tours go. (9 minutes.) Beyond Fireship 🐘 And if you’re a Postgres user, we have a newsletter for that! Advanced Fastify: Hooks, Middleware, and Decorators — Fastify is an increasingly common alternative to Express (more on why here). Damilola looks at some higher level Fastify concepts here, as well as