Christian Nwamba JS preacher. Developer 🥑. Building the web with the community @concatenateConf @forLoopAfrica. JS and Senior Advocacy for the Next Billion Users through Microsoft.

Stories by Christian Nwamba

Vue Mixins and Custom Functions

How to use mixins and custom functions in Vue

Dev

Vue mixins and directives allow you to further extend your application and write more readable code by minimizing moving parts.

Christian Nwamba
Aug 30, 2021 â‹… 6 min read

When (and when not) to use Redux

Dev

Managing state when building complex tasks was quite a pain in the neck until Redux came along. Inspired by Flux […]

Christian Nwamba
Jan 19, 2019 â‹… 5 min read

Tools for frontend continuous integration monitoring

Dev

As a developer, you can greatly improve your process using continuous integration. You want to continually ship little changes you […]

Christian Nwamba
Dec 3, 2018 â‹… 4 min read
Set Up React Hot Loader In 10 Minutes

Set up React Hot Loader in 10 minutes

Dev

Several years ago, it was becoming tiring (and annoying in the case where the changes do not render as expected) […]

Christian Nwamba
Jun 22, 2018 â‹… 7 min read

A quick and complete guide to TypeScript types

Dev

Photo by Mr Cup / Fabien Barral on Unsplash TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. […]

Christian Nwamba
Jun 13, 2018 â‹… 4 min read
5 React Motion Use Cases With Examples

5 React Motion use cases with examples

Dev

React Motion is a library that makes it easy to create realistic animations within components using the laws of physics. […]

Christian Nwamba
Jun 8, 2018 â‹… 17 min read

Detect location and local time zone of users in JavaScript

Dev

Detecting the location of your users can be really useful if you want to personalize your their experience when they […]

Christian Nwamba
Nov 27, 2017 â‹… 7 min read

Animating Route Transitions with React Router

Dev

React Router v4 provides an intuitive, declarative API for building React apps that support navigation. However, there is not much […]

Christian Nwamba
Nov 23, 2017 â‹… 4 min read

Quick guide to webpack bundle and code splitting with React

Dev

Introduction You’re probably here because your app has grown to the point where forcing the user to download the entire […]

Christian Nwamba
Nov 17, 2017 â‹… 2 min read

Manipulate date and time in JavaScript using MomentJS

Dev

It’s almost 2018! We use dates and time every day of our lives, I just did, and if you are […]

Christian Nwamba
Oct 24, 2017 â‹… 4 min read

Building server-rendered apps in Vue using Nuxt.js

Dev

This post will walk you through the process of building server-rendered webpages in Vue — a progressive JavaScript framework that is simple […]

Christian Nwamba
Sep 28, 2017 â‹… 4 min read