Nosa Obaseki Front-end dev currently building amazing products @theflutterwave 🐼🇳🇬

Stories by Nosa Obaseki

LocalStorage In JavaScript: A Complete Guide

localStorage in JavaScript: A complete guide

Dev

`localStorage` in JavaScript is a simple and efficient way to store and retrieve data without relying on cookies.

Nosa Obaseki
Feb 28, 2024 ⋅ 9 min read
React D3 js Getting Started

Getting started with D3.js and React

Dev

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 JavaScript libraries.

Nosa Obaseki
Dec 14, 2022 ⋅ 8 min read
Using setState In React Components

Using setState in React components

Dev

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

Nosa Obaseki
Jul 16, 2021 ⋅ 3 min read

Vue CLI 3 — the deep dive

Dev

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 […]

Nosa Obaseki
Apr 5, 2019 ⋅ 5 min read
Building A Long-Press Directive In View

Building a long-press directive in Vue

Dev

Have you ever wanted to execute a function in your Vue application just by holding a button down for a […]

Nosa Obaseki
Aug 7, 2018 ⋅ 4 min read
JavaScript ES6 Abstractions

JavaScript ES6: Even more new abstractions to improve your code

Dev

ES6, also known as ECMAScript 2015, has a number of really cool new features that can improve the quality of […]

Nosa Obaseki
Aug 2, 2018 ⋅ 2 min read

Flexing with CSS Flexbox

Dev

Flexbox also known as flexible box is a type of layout model in CSS that makes it super easy to […]

Nosa Obaseki
Jun 18, 2018 ⋅ 3 min read
VuePress In All Its Glory

VuePress in all its glory

Dev

VuePress is a Vue-powered static site generator that is composed of two parts: A theming system A default theme optimized […]

Nosa Obaseki
Apr 25, 2018 ⋅ 6 min read