Skip to content

Latest commit

 

History

History
275 lines (197 loc) · 14.6 KB

react-redux-architecture.md

File metadata and controls

275 lines (197 loc) · 14.6 KB

React/Redux Architecture

React Component Lifecycle

React Component Management

React and AJAX

React and Forms

(Note: the "linked state mixin" and "two-way binding" approaches described in some of these articles are still valid, but mostly discouraged at this point. The more idiomatic approach is "one-way data flow" with "controlled inputs".)

Project File Structure

Redux Architecture