1 Repo
Mechanisms for loading and registering data models and routing logic asynchronously to optimize bundle size.
Distinct from Dynamic Logic Injection: Unlike dynamic logic injection or model loaders for AI, this is specifically about loading state models and routes in a web framework.
Explore 1 awesome GitHub repository matching web development · Dynamic Model Injection. Refine with filters or upvote what's useful.
Dva is a state management library and client-side application framework designed for building user interfaces with React and Redux. It functions as an asynchronous logic orchestrator and a single page application router, organizing application data through a structured data flow of reducers, effects, and subscriptions. The framework distinguishes itself through the use of generator functions to manage asynchronous workflows and sequential side effects, keeping these operations separate from synchronous state updates. It implements namespace-based model organization to group business logic and
Provides the ability to load data models and routing logic on demand to reduce the initial bundle size.