In this guide, we will learn how to use TypeScript with the React Context API by building a to-do app from scratch.
In this tutorial, we’ll demonstrate how to use Next.js with TypeScript to build high-quality, search-optimized, and predictable apps.
Create React App comes with react-scripts, a handy package that reduces the configuration required to build a React app, and an amazing configuration that makes any developer’s life easier.
There are so many tools that make learning and using GraphQL easier. Learn how GraphQL Playground, a GraphQL integrated developer environment (IDE), can help you improve your development workflows.
Although not yet production-ready, esbuild proves that the JavaScript bundling tools we’re using today are not nearly fast enough. Learn how esbuild is able to work so quickly and why it deserves your attention in 2020.
We evaluated popular React component libraries for popularity, developer experience, readability, documentation, and bundle size to help you choose the right library for your next React project.
React Context is a powerful, useful tool, but it can cause performance issues when overused, especially in apps with frequent state changes.