Tagged in

React

DeepQ Research Engineering Blog
DeepQ Research Engineering Blog
Technical sharing by HTC DeepQ research engineering team.
More information
Followers
219
Elsewhere
More, on Medium

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…