JSX Over The Wire
Explores a novel approach where APIs return JSX components directly, inverting the traditional data flow in React applications.
Explores a novel approach where APIs return JSX components directly, inverting the traditional data flow in React applications.
A guide to implementing concurrent optimistic updates in React Query to improve UI responsiveness and user experience.
Explains how to split React components into backend and frontend parts to handle server-side data and client-side interactivity.
A guide to building reusable React 19 components using Actions, useTransition, and useOptimistic for handling state and side effects.