Tagged in

Redux Thunk

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

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…