Must Read
How to Scale React Applications
Traditionally, scaling was mostly relevant for server-side systems. Nowadays, due to rich web applications, scaling has become an important topic on the front end, too! The front end of a complex app needs to be able to handle a large number of users, developers and parts.
Learn
From Ember to React
In 2016 I want more React users to build something with Angular, Ember, Cycle and vice versa. Let’s learn more from each other.
Front-end: Angular vs React vs Vue
This article is an accurate comparison of the top 3 JavaScript frameworks available today - Angular, React and Vue.
Vue vs React: Battle of the Javascript Frameworks
Is Vue really superior than React, or otherwise? Find out on this article that compares between these two most popular JavaScript frameworks.
Why Do Developers Now Compare Vue.js to JavaScript Giants Angular and React?
Why do developers now compare Vue to React and Angular? Find out on this article.
How to Do End-to-End React Native Testing with Detox
An end-to-end testing library that can emulate user behavior and test how your app reacts to it.
Intro to React Router
React is a great tool for building single page apps. However, when the scope of an app gets larger, and more complex, things can get a little tricky. Using React Router, especially on these larger projects, can save quite a bit of headache.
Tools & Code
React Simple Maps: SVG Map React Components
A library of React components to make SVG maps using d3-geo and topojson. Good demos on the homepage and associated repo here.