David Omotayo Frontend developer and indie game enthusiast.

Stories by David Omotayo

Vue Logo Over Lunchboxes

Build 3D visuals in Vue with Lunchbox.js

Dev

In this article, we introduce the core concepts of Lunchbox.js and demonstrate how to use this tool to create 3D visuals in Vue.

David Omotayo
Jul 18, 2022 ⋅ 9 min read
React Logo Over Fireworks

Getting started with PixiJS and React: Create a canvas

Dev

Learn how to implement PixiJS applications in React to render rich, 2D graphics. Walk through a demo of several PixiJS animation examples.

David Omotayo
Jun 21, 2022 ⋅ 8 min read
React Logo Over Purple Background

How to implement reCAPTCHA in a React application

Dev

In this article, we’ll demonstrate how to implement reCAPTCHA v2 in a React application and how to verify user tokens in a Node.js backend.

David Omotayo
Jun 9, 2022 ⋅ 11 min read
React Logo

How to build faster animation transitions in React

Dev

This quick demonstration explores how to create faster transition animations in React using transition-hook.

David Omotayo
Apr 20, 2022 ⋅ 8 min read
React Logo Over a Paint-Splashed Background

Top React dashboard libraries

Dev

Here’s a curated list of the best free, open source React dashboard templates that can be easily set up and modified for projects as needed.

David Omotayo
Mar 8, 2022 ⋅ 5 min read
Control CSS Cascade With Cascade Layers

Cascade layers: Control the CSS cascade with the @layer at-rule

Dev

Learn about CSS cascade layers. The @layer at-rule can be used to prevent or address conflicts regarding layer order and specificity.

David Omotayo
Feb 16, 2022 ⋅ 6 min read
Vue vs Svelte Comparing Framework Internals

Svelte vs. Vue: Comparing framework internals

Dev

Svelte improves on what made us love Vue to begin with, like high performance, a lightweight and familiar templating syntax, and an easy learning curve.

David Omotayo
Jan 24, 2022 ⋅ 12 min read
Building SVGs Javascript Pablo

Building SVGs in JavaScript with Pablo

Dev

In this article, we’ll introduce Pablo and discuss how it can be used to create both simple and complex SVG shapes. Pablo is an open source library that is faster and easier to use compared to vanilla JavaScript.

David Omotayo
Jan 4, 2022 ⋅ 9 min read
react-three-fiber

Configure 3D models with react-three-fiber

Dev

react-three-fiber is a React renderer for Three.js that eases working with 3D models on the web by handling imperative Three.js functionalities under the hood.

David Omotayo
Nov 8, 2021 ⋅ 13 min read