Posts for "react.js"
Why and How to Use PureComponent in React.js
Dmitry VasyukJanuary 11, 2017 4:20 PM
React 15.3 was released on June 29, 2016 and the first item in release-notes was the support for React.PureComponent, which replaces its predecessor pure-render-mixin. In this article we're going to discuss why this component is so important and where we could use it.
Building a Reactive App using Cellx and React
Dmitry VibeNovember 10, 2016 8:50 PM
This article shows how a reactive library called cellx can be used to build React applications using a simple ToDo app as an example
Universal Javascript with JSPM
Oleksii RudenkoOctober 30, 2016 3:23 PM
This is a short tutorial on how to implement something similar to what next.js does using JSPM ( with server-side rendering and automatic code splitting). Inspired by next.js