React Suspense throttling, Fixing forms with React Server Actions, and The future of React Query
Retool is the fastest way to build business software. They give you over 100 components, make it easy to connect to any data source, and allow you to write custom JavaScript to customize whatever you need.
In this article, Andrei Gătej wrote about some of the weird behaviors you get when nesting Suspense
components.
This new addition to the React Docs (courtesy of Orta Theroux) provides a helpful deep dive on just about everything you need to know about using TypeScript with React.
An alpha version of React Server Actions are now available in Next.js 13.4. In this article, Darius Cepulis writes about how they offer a React-official way of simplifying posting data, just like React Server Components simplified getting data. But do React Server Actions live up to the promise? Darius answers that question by using them to build an app that lets users upload videos to Mux.
Vishwas Gopinath explores how to design responsive and adaptive UIs in React Native, with a focus on varying device sizes, orientations, safe areas, and platform-specific code.
React doesn't have traditional two-way form input binding like Vue and Svelte. So in this article, Alex MacArthur explores what the React version of two-way data binding might look like.
In this article, Alex Khomenko explores the capabilities of React Hook Form when it comes to form validation. He will walk you through how to build a simple recipe form with React and TypeScript and take a look at how React Hook Form can help validate the form inputs and display error messages.
Multi is a new MacOS app that Miško Hevery (creator of Angular) says is his "go-to way to collaborate on code." The app lets you point, draw, and take control of your teammates' apps -- so it feels like you're actually working together in the same room. Click here to skip the (huge) waitlist and get it for free. [sponsored]
We recently released this update to our collection of 50+ modern, server-safe React hooks.
A codemod for transforming your Styled-Components into TailwindCSS.
In this 11-minute interview, Jack Herrington interviews Dominik Dorfmeister about what's coming new to React Query v5 and how it will work with Next's App Router.