7 Stories by Ibrahima Ndaw
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...
Improve your development experience and learn how to use TypeScript with React Context in this post by building a to-do app from scratch.
In this tutorial, learn how to use Next.js with TypeScript to build a modern stack for high-quality, search-optimized apps.
There are so many tools that make learning and using GraphQL easier. Learn how GraphQL Playground, a GraphQL integrated developer environment (IDE), can help...
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...
We evaluated popular React component libraries for popularity, developer experience, readability, documentation, and bundle size to help you choose the right library for your...
React Context is a powerful, useful tool, but it can cause performance issues when overused, especially in apps with frequent state changes.