Tag: vue

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

Demonstration on how to use GraphQL with Node and Vue in bits

Dev

As I was surfing the internet, I came across this tweet. It seems that front-end devs are tired of requesting […]

Mesh Seun
Feb 15, 2019 ⋅ 11 min read
Implicit State Sharing

Implicit state sharing: React’s context API & provide/inject in Vue

Dev

Imagine you are creating an accordion component that you want to distribute publicly through an npm package. You would like […]

Jonathan Harrell
Nov 5, 2018 ⋅ 3 min read
History Of Front-End Frameworks

History of front-end frameworks

Dev

A history of front-end frameworks including Semantic UI and others.

Michael Wanyoike
Oct 16, 2018 ⋅ 7 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

Modern component reusability: Render props in React & scoped slots in Vue

Dev

One of the issues all front-end developers face is how to make UI components reusable. How do we craft components […]

Jonathan Harrell
Aug 6, 2018 ⋅ 6 min read

Building a progressive web app (PWA): No React, no Angular, no Vue

Dev
Florian Rappl
Jul 18, 2018 ⋅ 10 min read

Submitting HTML forms using JavaScript frameworks (Vue, React, Hyperapp)

Dev

HTML forms can send an HTTP request declaratively while submitting forms and awaiting response. However, you have to wait for […]

Ogundipe Samuel
Jun 12, 2018 ⋅ 8 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

Frontend in 2018: More consensus, less complexity

Dev

2017 was quite a year in frontend web development. Frameworks like React and Angular have continued to enjoy large-scale support […]

Kaelan Cooter
Jan 11, 2018 ⋅ 9 min read

Frontend in 2017: The important parts

Dev

A lot has happened in 2017, and it can be a bit overwhelming to think about. We all like to […]

Kaelan Cooter
Dec 19, 2017 ⋅ 13 min read

Advanced Vue.js concepts: Mixins, custom directives, and more

Dev

Vue.js is arguably one of the easiest and most minimalist JavaScript frameworks with which to get started. While we cannot […]

Ogundipe Samuel
Oct 17, 2017 ⋅ 10 min read