Ovie Okeh

  Programming enthusiast, lover of all things that go beep.

     



18 Stories by Ovie Okeh

How to use polyfills in your React app

Polyfills are essential to using the latest and greatest tools in your apps. Learn how to build them from scratch in this post.
0 5 min read

Implementing pagination with GraphQL in NestJS

Using NestJS, GraphQl, and React, learn how to create a base pagination system that can be customized for any type of data or scenario....
0 11 min read

Experimental React: Using Suspense for data fetching

Dive into React's new Concurrent Mode by exploring the power and utility of Suspense for data fetching.
5 15 min read

How to write end-to-end tests with Cypress and Node.js

Improve your application with Cypress end-to-end testing with Node.js. Demo three different example tests to prevent bugs in your code.
4 7 min read

How to create and deploy a BEP-20 token to the Binance smart chain

BEP-20 is the token standard of the Binance Smart Chain (BSC). Learn how to code a BEP-20 token, deploy it to the Binance Smart...
7 7 min read

Build a DApp on Avalanche: A complete guide

In this detailed step-by-step tutorial, get started building your DApp on Avalanche, the Ethereum-powered open source blockchain platform.
0 11 min read

Using Contentful with React

Learn how to integrate Contentful with React in this step-by-step tutorial and take your blog to the next level.
4 13 min read

Integrating Google Maps with React

Google Maps is flexible and powerful enough to handle a wide variety of use cases. Here's how to use it with your React app.
6 5 min read

React and Stripe payment system tutorial

Learn how to use Stripe and React to build a payments system backend and frontend for processing online payments.
12 16 min read

Sapper and Svelte: A quick tutorial

As a follow-up to our post on Svelte.js, we're taking a good look at its companion component framework, Sapper.
7 11 min read

Using React Hooks for state management

Managing state in larger React apps used to require third-party libraries. The useReducer Hooks enables you to share state between components without Redux.
1 6 min read

React Reference Guide: Render props

Our all-in-one reference guide on render props in React, including how to implement render props, how to implement HOCs, and more.
1 5 min read