Nosa Obaseki

  Front-end dev currently building amazing products @theflutterwave šŸ¼šŸ‡³šŸ‡¬

   



8 Stories by Nosa Obaseki

localStorage in JavaScript: A complete guide

In this article, you’ll learn how to use localStorage in JavaScript to save your data beyond a single browsing session.
12 8 min read

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

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