Ovie Okeh Programming enthusiast, lover of all things that go beep.

Stories by Ovie Okeh

Sapper and Svelte Tutorial 2021

Sapper and Svelte: A quick tutorial

Dev

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

Ovie Okeh
Jun 17, 2021 ⋅ 11 min read
Using React Hooks for State Management Without Redux

Using React Hooks for state management

Dev

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

Ovie Okeh
May 11, 2021 ⋅ 6 min read
LogRocket React Reference Guide: Render props

React Reference Guide: Render props

Dev

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

Ovie Okeh
Sep 4, 2020 ⋅ 5 min read
The Benefits And Trade-offs Of Going Serverless

The benefits and trade-offs of going serverless

Dev

If the use case is right, serverless architectures can offer massive reductions in hosting costs. But you need to be aware of the caveats.

Ovie Okeh
Apr 8, 2020 ⋅ 6 min read
The Complete Guide To Publishing A React Package to npm

The complete guide to publishing a React package to npm

Dev

So you want to publish a React component as a package to npm? This guide has all the information you need.

Ovie Okeh
Mar 10, 2020 ⋅ 16 min read
The 10 Most Important JavaScript Frameworks Of The Past Decade

The 10 most important JavaScript frameworks of the past decade

Dev

Feeling nostalgic? Take some time to reflect on all the JavaScript frameworks that have influenced us as developers this past decade.

Ovie Okeh
Jan 24, 2020 ⋅ 8 min read
Creating a Lists PWA With React And Firebase

Creating a “Lists” PWA with React and Firebase

Dev

Our tutorial walks you through creating a PWA using React and Firebase.

Ovie Okeh
Oct 22, 2019 ⋅ 21 min read
Writing Idiomatic TypeScript

3 rules for writing idiomatic TypeScript

Dev

Stop writing TypeScript like you’re writing JavaScript.

Ovie Okeh
Sep 5, 2019 ⋅ 8 min read
Truly Reactive Programming With Svelte 3.0

Truly reactive programming with Svelte 3.0

Dev

That title is a bit dramatic, but then again, so is Svelte and the idea behind it. If you don’t […]

Ovie Okeh
May 21, 2019 ⋅ 8 min read