1 repository
Routing systems for single-page applications that map URLs to components and synchronize navigation state.
Distinct from Single-Page Applications: The candidates refer to the general SPA architecture or hosting, not the specific routing mechanism itself.
Explore 1 awesome GitHub repository matching web development · SPA Routers. 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
Implements a routing system that maps browser URLs to components and synchronizes navigation state with a global data store.