Must Read
JavaScript 2018: Things You Need To Know, and a Few You Can Skip
Michelle Gienow shares her insights about the things you need to know about JavaScript in 2018.
Learn
Five Traps to Avoid While Unit Testing Vue.js
In this post, Aurélien Bottazini shows five traps to avoid while doing unit testing with Vue.JS.
The most popular JavaScript links of 2017
As we start a new year, it’s the perfect time to reflect and look back over the past 12 months to see what projects got people talking and what JavaScript topics got folks clicking.
Build Your First Vue.js Component
In this tutorial, Sarah Dayan shows how tol build a star rating system component. Then she will teah how to visit several Vue.js concepts when we need them cover why we’re using them.
React, Redux and JavaScript Architecture
A gentle, but thorough, walkthrough of writing good React and Redux code and, crucially, the why behind each step.
React Router v4: Philosophy and Introduction
React Router v4 introduces a new dynamic, component based approach to routing. In this post, Tyler McGinnis talks about the philosophies behind React Router and give an introduction to the syntax by breaking down the “Basic” example on the React Router docs.
Code Splitting with React and React Router
Code splitting has gained popularity recently for its ability to allow you to split your app into separate bundles your users can progressively load. In this post, Tyler will show you how.
Tools & Code
Nerv: A Fast React 16-Compatible React Alternative
A blazing fast React alternative, compatible with IE8 and React 16. GitHub