Ibadehin Mojeed I'm an advocate of project-based learning. I also write technical content around web development.

Stories by Ibadehin Mojeed

Creating A React Sortable Table

Creating a React sortable table

Dev

Improve data management and user experience by adding sorting functionality to a React table without using any library.

Ibadehin Mojeed
Feb 21, 2024 ⋅ 16 min read
Guide To Next Js Layouts And Nested Layouts

A guide to Next.js layouts and nested layouts

Dev

Understanding how layouts, nested layouts, and custom layouts work in Next.js is crucial for building complex, user-friendly projects.

Ibadehin Mojeed
Feb 19, 2024 ⋅ 12 min read
Developing A Responsive Mega Menu In React

Developing a responsive mega menu in React

Dev

Mega menus are great on large sites that need feature-rich navigation. Let’s create a responsive, accessible mega menu from scratch in React.

Ibadehin Mojeed
Jan 24, 2024 ⋅ 12 min read
Guide To Image Overlays In Css

Guide to image overlays in CSS

Dev

An image overlay in CSS can be done in many ways. Learn to overlay images with text, gradients, and other unique styles and effects.

Ibadehin Mojeed
Jan 9, 2024 ⋅ 17 min read
Designing Advanced Layouts With CSS Subgrid

Using CSS subgrid to design advanced layouts

Dev

Use CSS Subgrid to design advanced and responsive grid layouts that are consistently aligned and independent of each other.

Ibadehin Mojeed
Dec 13, 2023 ⋅ 6 min read
Using The React Testing Library Debug Method

Using the React Testing Library debug method

Dev

Use the React Testing Library debug method, and the `logRoles` and `logTestingPlaygroundURL()` methods to identify and analyze test errors.

Ibadehin Mojeed
Nov 3, 2023 ⋅ 12 min read
Five Best Popover Libraries For React

5 best popover libraries for React

Dev

Let’s explore 5 React popover libraries that you can use to enhance UX and interactivity without having to implement popovers from scratch.

Ibadehin Mojeed
Oct 27, 2023 ⋅ 9 min read
Using React Arborist To Create Tree Components For React Apps

Using react-arborist to create tree components for React

Dev

The react-arborist library organizes hierarchical data in an aesthetic, tree-like structure that users can easily understand and navigate.

Ibadehin Mojeed
Sep 28, 2023 ⋅ 13 min read
Using The React Intersection Observer Package To Create A Dynamic Header

Using react-intersection-observer to create a dynamic header

Dev

With the react-intersection-observer package, we can create a dynamic header and improve the navigation experience within content-rich pages.

Ibadehin Mojeed
Jul 25, 2023 ⋅ 14 min read
CSS gap property vs. margin property

CSS gap property vs. margin property

Dev

Learn the subtle but important differences between the CSS gap and margin properties, as well as how their appearances change by layout choice.

Ibadehin Mojeed
May 9, 2023 ⋅ 7 min read
Next Js Font Optimization Adding Custom And Google Fonts

Next.js font optimization: Adding custom and Google fonts

Dev

This lesson covers how to optimize the font loading experience in a Next.js project as well as how to add custom and Google fonts.

Ibadehin Mojeed
Mar 30, 2023 ⋅ 12 min read
Optimizing performance in a React app

Optimizing performance in a React app

Dev

In this guide, we will discuss some important ways to optimize the performance of a React application, including pre-optimization techniques.

Ibadehin Mojeed
Feb 9, 2023 ⋅ 12 min read