Tagged articles
3 articles
Page 1 of 1
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 10, 2021 · Frontend Development

How to Tame Complex Frontend Data Flow with Store Layering and MobX

This article analyzes the pain points of tangled data flow in large‑scale React projects and presents a layered store architecture, API anti‑corruption layer, and domain‑driven design using MobX to reduce complexity, improve reuse, and streamline development.

Data FlowDomain‑Driven DesignFrontend
0 likes · 12 min read
How to Tame Complex Frontend Data Flow with Store Layering and MobX
Alibaba Terminal Technology
Alibaba Terminal Technology
Mar 3, 2021 · Frontend Development

How We Solved Complex Frontend Data Flow with MobX and DDD

Facing tangled data flow, excessive template code, and scaling challenges in a large single‑page app, we analyzed business traits, identified pain points, and redesigned the architecture using layered stores, an API anti‑corruption layer, and domain‑driven design with MobX, achieving simpler, reusable, and maintainable front‑end code.

DDDData FlowFrontend
0 likes · 12 min read
How We Solved Complex Frontend Data Flow with MobX and DDD
Xianyu Technology
Xianyu Technology
Jul 17, 2018 · Mobile Development

Exploring Reactive Programming in Flutter: Architecture and Implementation

The article explains how Flutter adopts a React‑style reactive architecture—using immutable widgets, InheritedWidget for communication, Dart Streams and a Redux‑like store with reducers and interrupters—to achieve clear model‑view separation, fine‑grained UI updates, componentized multi‑store widgets, and shares Xianyu’s practical implementation details and code examples.

DARTFlutterRedux
0 likes · 12 min read
Exploring Reactive Programming in Flutter: Architecture and Implementation