Skip to content

Latest commit

 

History

History
219 lines (155 loc) · 11.4 KB

react-redux-architecture.md

File metadata and controls

219 lines (155 loc) · 11.4 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