Ibrahima Ndaw JavaScript enthusiast, full-stack developer, and blogger who also dabbles in UI/UX design.

Stories by Ibrahima Ndaw

how to handle react-scripts in a fast-changing React landscape

How to handle react-scripts in a fast-changing React landscape

Dev

Review the basics of react-scripts, its functionality, status in the React ecosystem, and alternatives for modern React development.

Ibrahima Ndaw
Mar 13, 2025 ⋅ 9 min read
How To Use React Context With TypeScript

How to use React Context with TypeScript

Dev

Explore how React Context and the Context API simplifies managing global data or state between components in a TypeScript app.

Ibrahima Ndaw
Dec 4, 2024 ⋅ 14 min read
Using Next.js With TypeScript

Using Next.js with TypeScript

Dev

In this tutorial, we’ll demonstrate how to use Next.js with TypeScript to build high-quality, search-optimized, and predictable apps.

Ibrahima Ndaw
Apr 24, 2023 ⋅ 13 min read
Complete Guide to GraphQL Playground

Complete guide to GraphQL Playground

Dev

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.

Ibrahima Ndaw
Jul 6, 2020 ⋅ 4 min read
Fast JavaScript Bundling With esbuild

Faster than webpack: JavaScript bundling with esbuild

Dev

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.

Ibrahima Ndaw
Apr 2, 2020 ⋅ 2 min read
Comparing Popular React Component Libraries

Comparing popular React component libraries

Dev

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.

Ibrahima Ndaw
Mar 10, 2020 ⋅ 8 min read
Pitfalls of Overusing React Context

Pitfalls of overusing React Context

Dev

React Context is a powerful, useful tool, but it can cause performance issues when overused, especially in apps with frequent state changes.

Ibrahima Ndaw
Feb 4, 2020 ⋅ 4 min read