Nosa Obaseki

  Front-end dev currently building amazing products @theflutterwave πŸΌπŸ‡³πŸ‡¬

   



8 Stories by Nosa Obaseki

Getting started with D3.js and React

Create a simple bar chart using D3.js and React, add customizations like labels, and troubleshoot some common issues that arise when pairing the two...
11 8 min read

Using setState in React components

Calling setState in React lifecycle methods can be tricky. Learn more about how and when to apply each method for best results.
0 3 min read

localStorage in JavaScript: A complete guide

Editor’s note: This post was updated on 29 December 2020. In this tutorial, we’ll show you how to use the localStorage mechanism and Window.localStorage...
10 3 min read

Vue CLI 3β€Šβ€”β€Šthe deepΒ dive

Let’s face itβ€Šβ€”β€Šyou’re probably not here for theΒ image Vue CLI is a simple, but powerful tool created for scaffolding Vue.js projects. It ensures that...
0 5 min read

Building a long-press directive in Vue

Have you ever wanted to execute a function in your Vue application just by holding a button down for a few seconds? Have you...
5 4 min read

JavaScript ES6: Even more new abstractions to improve your code

ES6, also known as ECMAScript 2015, has a number of really cool new features that can improve the quality of your JavaScript code. Yesterday,...
0 2 min read

Flexing with CSS Flexbox

Flexbox also known as flexible box is a type of layout model in CSS that makes it super easy to design responsive layouts. The...
0 3 min read

VuePress in all its glory

VuePress is a Vue-powered static site generator that is composed of two parts: A theming system A default theme optimized for writing technical documentation...
0 6 min read