Category: react

React’s turning into Angular, PHP, and what else now?

June 7, 2023 By Mark Otto 0

Dan Abramov’s Deep Dive into React Server Components — Having faced a raft of questions about Server Components, Dan has sat down to write a series covering everything from the ground up by reimplementing a basic form of RSC from scratch. It’s not aimed at…

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…

Understanding React concurrency

May 24, 2023 By Mark Otto 0

Full Stack for Front-End Engineers with Jem Young (Netflix) — Learn what it means to become a well-rounded full-stack engineer with this hands-on video course. You’ll dive into servers, work with the command line, understand networking and security, set up continuous integration and deployment, manage…

Dan Abramov takes React back to the future

May 17, 2023 By Mark Otto 0

▶  React from Another Dimension with Dan Abramov — At Remix Conf 2023, Meta’s Dan Abramov (of both React and Redux fame) gave an illuminating talk about server-side components and server actions, by way of thinking about what React might have been like if the modern JavaScript…

React gets a new ‘Canary’ release channel

May 10, 2023 By Mark Otto 0

Next.js 13.4 Released — Despite the minor version bump, this is a big release for the popular React framework. The new app router and its improved approach to filesystem based routing is now offered as a stable feature, with a new concept of server actions…

An interactive guide to React rendering

May 3, 2023 By Mark Otto 0

Vercel Introduces First-Class Storage Options — Vercel is a popular platform for deploying React apps but has lacked obvious options for data storage (indeed, they have a lot of templates for common third party systems). Now, though, they’ve partnered with Upstash, Neon, and Cloudflare to…

Don’t void the React warranty

April 26, 2023 By Mark Otto 0

▶  Nine Hours on React Router 6 — A pretty epic video from Scrimba’s Bob Ziroll that you’ll need a lot of coffee to get through, but you get to see the development of a complete app based around React Router, and it’s free. Bob Ziroll New…

How to go with the React Flow

April 19, 2023 By Mark Otto 0

Integrating React Flow and the Web Audio API — React Flow is a component for building node-based editors and interactive diagrams, which makes it well suited for building audio signal chains. There’s a lot of depth here, some nice examples, and these techniques could prove…

Is React the new WordPress?

April 12, 2023 By Mark Otto 0

Next.js 13.3 Released — Increasingly seen as ‘the’ React framework, Next.js is always worth keeping an eye on. v13.3 introduces a file-based metadata API for dynamically generating assets like sitemaps and robots.txt, dynamic Open Graph image generation, improved routing options, and App Router gains support…

Two ways to learn React in 2023

April 5, 2023 By Mark Otto 0

▶  Dan Abramov Explores React Server Components — Clocking in at a rather epic almost four hours, this (well timestamped) video isn’t for the faint of heart, but Dan and Ben walk through everything React Server Components oriented, complete with diagrams, code, and a real-world app. Ben Holmes…