Adebiyi Adedotun Caught in the web, breaking things and learning fast.

Stories by Adebiyi Adedotun

React Context API: A Deep Dive With Examples

React Context API: A deep dive with examples

Dev

Use the React Context API to avoid prop drilling by passing data through our component trees and allowing our components to share data at different levels.

Adebiyi Adedotun
Mar 24, 2023 ⋅ 8 min read
Next.js Automatic Image Optimization Next/Image

Next.js automatic image optimization with next/image

Dev

Learn about automatic image optimization and how it can benefit developers with the native, game-changing, and powerful next/image API.

Adebiyi Adedotun
Sep 16, 2021 ⋅ 9 min read
Content Management In Next.js With Sanity CMS

Content management in Next.js with Sanity CMS

Dev

See how utilizing Sanity CMS in Next.js apps can provide better content management when building apps or websites.

Adebiyi Adedotun
Jun 1, 2021 ⋅ 6 min read
JavaScript Errors React Error Boundaries

Handling JavaScript errors in React with error boundaries

Dev

Using error boundaries in React components has benefits like automatic error handling, but has limitations for event handlers, asynchronous code, and server-side rendering.

Adebiyi Adedotun
Mar 22, 2021 ⋅ 5 min read
Serverless Deployments via Vercel Using Node.js

Serverless deployments via Vercel using Node.js

Dev

Vercel, a cloud platform written in Node.js and React, allows for easy customization of things like runtime versions, memory, and execution.

Adebiyi Adedotun
Mar 11, 2021 ⋅ 7 min read

Sanity CMS for headless content management in Gatsby

Dev

Developers can use Sanity CMS with Gatsby to decrease build time and optimize web performance through a programmable modern platform that treats content like data.

Adebiyi Adedotun
Jan 11, 2021 ⋅ 7 min read
HTML logo over an ocean background.

A deep dive into the HTML form input element

Dev

Get a complete run-down of the HTML form input element in this comprehensive tutorial.

Adebiyi Adedotun
Nov 11, 2020 ⋅ 22 min read
Gatsby logo.

10 Gatsby styling methods

Dev

This tutorial shows you how to easily style your Gatsby site using 10 different styling options.

Adebiyi Adedotun
Aug 21, 2020 ⋅ 12 min read
The React logo.

Creating a React app toolchain from scratch

Dev

Want to learn how to create a React app toolchain? This tutorial walks you through creating a user list with a React toolchain you built from scratch.

Adebiyi Adedotun
Jul 21, 2020 ⋅ 7 min read
Cleave.js logo

Formatting form inputs with Cleave.js and React

Dev

Learn how to format a simple donation page with several form inputs using Cleave.js

Adebiyi Adedotun
Apr 14, 2020 ⋅ 3 min read