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

Stories by Ibrahima Ndaw

How To Use React Context With TypeScript

How to use React Context with TypeScript

Dev

In this guide, we will learn how to use TypeScript with the React Context API by building a to-do app from scratch.

Ibrahima Ndaw
Jan 4, 2024 ⋅ 13 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
Everything You Need to Know About react-scripts

Everything you need to know about react-scripts

Dev

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.

Ibrahima Ndaw
Mar 16, 2022 ⋅ 4 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