Top Stories published by DeepQ Research Engineering Blog in 2016

Universal (Isomorphic) Rendering

React-redux-universal-hot-example is a hot boilerplate to provide universal rendering. It integrates webpack-isomorphic-tools to support React Redux rendering on both client and server sides.


React and Redux notes

As a starter for web programming, here notes my discovery for React and Redux.

React is a component-based, reusable framework for developing web frontend. A React component renders its contents if its external properties or internal states are changed, consider an…