Explore React Suspense and React Freeze, which builds on the ideas behind React Suspense to freeze component rendering and give you more control of your UI.
The upgrade of the React type definitions to support React 18 involved significant breaking changes. Learn about what the upgrade path looks like.
This quick demonstration explores how to create faster transition animations in React using transition-hook.
The Relay compiler is a GraphQL code generation tool that was recently rewritten in Rust.
Next.js v9.5 introduces Incremental Static Regeneration, a hybrid version of SSG and SSR. Learn about how it can be used.
React Query makes it easy to fetch, cache, sync, and update server state in React applications. Learn how to implement pagination and infinite scroll using React Query.
Learn what WebSockets is, how it can be used, and how they can be implemented in a React app with the Socket IO library.
Learn how RxJS plus React Hooks offers an effective and straightforward way to manage state in your applications.
Redux Toolkit eliminates many of the lingering critiques against using Redux for state management.
Learn how you can create an accessible Menubar component with React that adheres to the WAI-ARIA design pattern for a menubar widget.
FileReader
API to preview images in ReactThe FileReader API can be tricky to use, but it provides a handy feature that allows users to preview images before uploading to a React app.
We’ll base our custom React frontend on the Substrate Frontend Template, forking it and customizing it by extending the template with some specific UI elements.