David Omotayo Frontend developer and indie game enthusiast.

Stories by David Omotayo

Essential Tools For Implementing React Panel Layouts

Essential tools for implementing React panel layouts

Dev

Explore some of the best tools in the React ecosystem for creating dynamic panel layouts, including react-resizable-layout and react-resizable-panels.

David Omotayo
Mar 13, 2024 ⋅ 8 min read
Exploring Advanced Next.js Routing Conventions

Exploring advanced Next.js routing conventions

Dev

Explore the latest routing mechanisms in Next.js’s App Router, parallel and intercepting routes, and the advanced features they offers.

David Omotayo
Mar 5, 2024 ⋅ 10 min read
Implementing React Scroll Animations With Framer Motion

Implementing React scroll animations with Framer Motion

Dev

Learn how to use Framer Motion to create scroll animations for a React app. Create stunning animations without CSS.

David Omotayo
Dec 29, 2023 ⋅ 11 min read
Scroll-Aware UI CSS

Implementing scroll-aware UI state with CSS

Dev

We investigate the concept of scroll-aware UI state for increased interactivity and explore how to implement it using only CSS.

David Omotayo
Dec 14, 2023 ⋅ 11 min read
Vite Adoption Guide Overview Examples And Alternatives

Vite adoption guide: Overview, examples, and alternatives

Dev

Vite is a versatile, fast, lightweight build tool with an exceptional DX. Let’s explore when and why you should adopt Vite in your projects.

David Omotayo
Nov 29, 2023 ⋅ 16 min read
Implementing Advanced Features With The Navigator.Share API

An advanced guide to the Web Share API and navigator.share()

Dev

Explore advanced capabilities for content sharing with the navigator.share method, including dynamic content sharing, custom share targets, and batch sharing.

David Omotayo
Nov 29, 2023 ⋅ 10 min read
17 Common Node.js Errors How To Solve Them

17 common Node.js errors and how to solve them

Dev

Errors can be a significant challenge for devs. We look at some of the most common Node.js errors and discuss how to fix them.

David Omotayo
Oct 27, 2023 ⋅ 12 min read
Validating Structural Data Valibot

Validating structural data with Valibot

We introduce Valibot, one of the newest validation libraries on the block, show how it works, and see how it compares with existing validation libraries such as Zod and Yup.

David Omotayo
Oct 11, 2023 ⋅ 7 min read
Working CSV Files React-Papaparse

Working with CSV files with react-papaparse

Dev

We explore how to implement CSV functionality into a React app using react-papaparse, as well as handle errors and create downloadable files.

David Omotayo
Sep 13, 2023 ⋅ 14 min read
Integrating Supabase Cloudflare Workers

Integrating Supabase with Cloudflare Workers

Dev

We walk through the process of setting up, configuring, and deploying a Supabase database on Cloudflare Workers.

David Omotayo
Aug 1, 2023 ⋅ 5 min read
Building App Qwik React

Build an efficient app with Qwik React

Dev

We explore how to use the Qwik React package to integrate Qwik with React to build a highly efficient app.

David Omotayo
Jul 24, 2023 ⋅ 12 min read
Vue.js Conditional Rendering V-If Vs. V-Show

Vue.js conditional rendering: v-if vs. v-show

Dev

We explore conditional rendering in Vue using the v-if and v-show directives and consider distinctions between them.

David Omotayo
Jul 3, 2023 ⋅ 5 min read