Adebiyi Adedotun

  Lagos, Nigeria https://orangeman.dev Caught in the web, breaking things and learning fast.

     



10 Stories by Adebiyi Adedotun

React Context API: A deep dive with examples

Use the React Context API to avoid prop drilling by passing data through our component trees and allowing our components to share data at...
11 8 min read

Next.js automatic image optimization with next/image

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

Content management in Next.js with Sanity CMS

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

Handling JavaScript errors in React with error boundaries

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

Serverless deployments via Vercel using Node.js

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

Sanity CMS for headless content management in Gatsby

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

A deep dive into the HTML form input element

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

10 Gatsby styling methods

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

Creating a React app toolchain from scratch

Want to learn how to create a React app toolchain? This tutorial walks you through creating a user list with a React toolchain you...
0 7 min read

Formatting form inputs with Cleave.js and React

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