React Query v3, Webpack's Roadmap, and a Next.js guide
This major release includes better SSR, bi-directional infinite queries, selectors, and much more.
This update includes changes like dropping Redux, migrating to Electron 11 and Webpack 5, and more.
After releasing Webpack 5 a couple months ago, Tobias Koppers (the founder of Webpack) wrote about Webpack's plans for 2021.
In this article, Andrew Hao writes about his team's efforts to migrate from 100+ frontend services services to Next.js in order to scale Lyft's codebase over the last year.
In this article, John Grisham (the developer, not the author of 25 best-selling legal dramas) shows you how to fetch and manipulate data from a REST API with Vercel’s SWR library.
A guide that discusses one approach for learning Next.js as a complete beginner and what is required to do so.
Another entry from react.christmas, this tutorial will walk you through how to build an extension that's utilizing these three types of components. The popup will be created with React and TypeScript and the content and background script will be created with TypeScript.
React Speech Recognition is a React hook that accesses the Web Speech API to convert speech from the machine’s microphone to the app’s React components. In this tutorial, you'll learn to make a simple voice memo app with basic voice commands that run in the browser.
This tutorial walks through building a blog that uses Notion as the CMS and a renderer (created by the authors) called react-notion.
Hooks to build things like tooltips, dropdown menus, and popovers in React.
A React app that bills itself as "the handwritten version of Twitter."
This 11-minute video demonstrates one way to easily add dark mode to a React app.