Tag: react

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…

Rethinking modern React best practices

March 29, 2023 By Mark Otto 0

React Labs: What We’ve Been Working On — The latest look behind the scenes at what’s going on in the React project. React Server Components unsurprisingly make an appearance, but the most striking update is on the progress behind React Forget — an optimizing compiler…

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…

Vite vs Create React App

March 15, 2023 By Mark Otto 0

Of course, an even faster option will be along before long.. ah, yes, Rspack is a new player in this space to check out too! ???? Meet the React.js Core Team — The new React documentation site has a neat page showing off the hard working…

Were React hooks a mistake? Take 2.

March 8, 2023 By Mark Otto 0

Why You Should Use a React ‘Framework’ — Whether it’s Next.js, Gatsby, Remix, or something else, using a bigger framework that itself uses React is de rigueur in 2023. Lee examines why, complete with a nice iceberg metaphor, and does a good job of boiling…

The story of a big testing library migration

March 1, 2023 By Mark Otto 0

Migrating from Enzyme to React Testing Library — The folks at Sentry spent 16 months converting their component tests (involving 803 test suites in all) from Enzyme to RTL and tell the whole story of why, plus the unforeseen challenges they encountered, here. Priscila Oliveria…