Category: react

Using Google Sheets as a database

June 19, 2024 By Mark Otto 0

React 19 and Suspense: A Drama in Three Acts — It’s not a good sign when what at first appears to be a bug is actually intended and prescribed behavior. A cautionary tale, but one with a happy ending. Dominik Dorfmeister (AKA TkDodo) 💡 Henrique Yuji…

The promises of React Compiler, tested

June 12, 2024 By Mark Otto 0

Enhancing the React Migration Process with ‘Codemods’ — Codemod is an open-source platform for automating code migrations, cleanups and refactors. Upgrading to React 19 will involve a fair bit of that, so Codemod has partnered with the React team to build react-codemod – scripts to…

Designing circuit boards with React

June 5, 2024 By Mark Otto 0

🫣 We took a break last week, but forgot to notify you in advance – sorry! You didn’t miss anything, and we’re catching up with the past two weeks today. 🙂__Your editor, Peter Cooper Data Fetching Patterns in Single-Page Applications — With a level of depth…

The future is compiled

May 22, 2024 By Mark Otto 0

Say Hello to the React Compiler — Last week’s React Conf was quite the banger, as the kids say nowadays. The biggest reveal was the open sourcing of React’s experimental compiler, a tool designed to optimize React code at build time. Want to play without…

React Conf starts today

May 15, 2024 By Mark Otto 0

Best Practices for OAuth in Mobile Apps — Supercharge your React apps with OAuth! Learn how to build secure sign-on flows and accelerate your dev process. This guide covers best practices for handling protected tokens and platform-specific guidelines, ensuring robust identity management. FusionAuth Why React Query?…

Getting ready for React Conf next week

May 8, 2024 By Mark Otto 0

✍️ Last week was a big week for React with the release of the first React 19 beta, as well as React 18.3, so if you missed last week’s issue be sure to catch up and check it out 🙂 Unsurprisingly, this week is a…

It’s React 19! Almost.

May 1, 2024 By Mark Otto 0

The React 19 Beta — The React team can say this beta is designed to get library developers prepared for an eventual React 19 release, but that hasn’t stopped everyone digging into all the new features anyway 😉 If you want to upgrade immediately, there’s…

Three hours of modern React

April 24, 2024 By Mark Otto 0

▶  From 0 to Production – A Modern React Tutorial — I’d be surprised if you’re not familiar with Theo, but if not, let’s just say he’s a popular developer YouTuber 😉 He may become even more popular thank to this video which, over three hours,…

React 18.3 and faster JSX are on the way

April 17, 2024 By Mark Otto 0

CSS in React Server Components — An exploration of compatibility issues between React Server Components and CSS-in-JS libraries like styled-components, including what some of your options are and what’s coming in future. Josh W Comeau Lydia Hallie Tests Your JavaScript Knowledge — Challenge your core knowledge…

React still exists; doing well

April 10, 2024 By Mark Otto 0

React Server Components in a Nutshell — A quick overview of RSCs that’s not focused around Next.js! Paul compares the approach taken by several frameworks before sharing his broader thoughts on the technology and why the small Waku framework is worth a look. Paul Scanlon (The…