Tag

DVA

0 views collected around this technical thread.

Sohu Tech Products
Sohu Tech Products
Aug 2, 2023 · Frontend Development

Design and Implementation of a Custom Report Export Platform Using PptxGenJS, DVA, and React

This article describes a web‑based custom report export platform that lets users edit PPT templates with text, images, and charts, synchronizes changes via DVA state management, and generates fully populated PPTX reports in minutes using PptxGenJS and GraphQL data integration.

DVAFrontend DevelopmentGraphQL
0 likes · 14 min read
Design and Implementation of a Custom Report Export Platform Using PptxGenJS, DVA, and React
Fulu Network R&D Team
Fulu Network R&D Team
Oct 18, 2021 · Frontend Development

Implementing mini-async-dva: Adding async/await Support to DVA

This article examines the limitations of the original DVA framework, proposes a mini‑async‑dva fork that adds async/await support to model effects, and details its implementation—including store management, dynamic model registration, and asynchronous component loading—while providing full code comparisons.

Async/AwaitDVAReact
0 likes · 8 min read
Implementing mini-async-dva: Adding async/await Support to DVA
ByteFE
ByteFE
May 18, 2021 · Frontend Development

Understanding Dva: A Lightweight Frontend Framework Based on Redux and Redux‑Saga

This article explains what Dva is, the problems it solves, its advantages and disadvantages, core concepts, minimal application structure with code examples, and the underlying implementation details, comparing it with React, React‑Redux, and Redux‑Saga, helping developers understand its role in frontend development.

DVAReactRedux
0 likes · 17 min read
Understanding Dva: A Lightweight Frontend Framework Based on Redux and Redux‑Saga
Beike Product & Technology
Beike Product & Technology
Dec 24, 2020 · Frontend Development

Evolution of State Management in React: From Props to Redux, Redux‑Saga, and DVA

This article explains how state management in the React ecosystem has progressed from simple parent‑child props communication to using Redux, then Redux‑Saga, and finally the DVA framework, highlighting the benefits and practical code examples for each stage, especially in commercial real‑estate projects.

DVAReactRedux
0 likes · 7 min read
Evolution of State Management in React: From Props to Redux, Redux‑Saga, and DVA
Fulu Network R&D Team
Fulu Network R&D Team
Oct 22, 2020 · Frontend Development

Frontend Technology Stack and Project Structure Guide for React‑Based Merchant Applications

This article introduces the essential frontend technology stack—including React, Webpack, Ant Design, DVA, ES6, and Axios—explains the typical project directory layout, walks through source code organization, and provides practical steps and tips for building merchant‑side applications with a React‑DVA architecture.

Ant DesignAxiosDVA
0 likes · 15 min read
Frontend Technology Stack and Project Structure Guide for React‑Based Merchant Applications
转转QA
转转QA
May 29, 2018 · Frontend Development

Performance Analysis and Component Splitting Strategies in React (DVA + Ant Design)

This article examines React rendering performance, explains why excessive re‑renders hurt efficiency, and proposes component‑splitting principles—using PureComponent and ImmutableJS—to achieve high cohesion, low coupling, and optimal update rendering in a DVA‑based frontend project.

Component SplittingDVAImmutableJS
0 likes · 5 min read
Performance Analysis and Component Splitting Strategies in React (DVA + Ant Design)