11 Stories by Christian Nwamba
Managing state when building complex tasks was quite a pain in the neck until Redux came along. Inspired by Flux an application design pattern,...
If you are a Vue lover (like me) and are looking for a way to extend your Vue application, you have come to the...
As a developer, you can greatly improve your process using continuous integration. You want to continually ship little changes you make and get them...
Several years ago, it was becoming tiring (and annoying in the case where the changes do not render as expected) to refresh the browser...
Photo by Mr Cup / Fabien Barral on Unsplash TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. TypeScript is open-sourced, it...
React Motion is a library that makes it easy to create realistic animations within components using the laws of physics. An endless possibilities of...
Detecting the location of your users can be really useful if you want to personalize your user’s experience when they browse through your website....
React Router v4 provides an intuitive, declarative API for building React apps that support navigation. However, there is not much in the docs, stack-overflow,...
Introduction You’re probably here because your app has grown to the point where forcing the user to download the entire thing as a single...
It’s almost 2018! We use dates and time every day of our lives, I just did, and if you are a developer designing a...
This post will walk you through the process of building server-rendered webpages in Vue — a progressive JavaScript framework that is simple to start using. I’ll...