1 repository
Frameworks that implement the model-view-viewModel pattern specifically for mini program development.
Distinct from Mini Program Development: Focuses on the MVVM architectural pattern specifically, rather than general mini-program development tools
Explore 1 awesome GitHub repository matching part of an awesome list · MVVM Frameworks. Refine with filters or upvote what's useful.
Westore is a mini program MVVM framework and cross-platform logic layer designed to isolate application behavior from platform-specific rendering environments. It functions as a decoupled state manager and data binding engine that separates business logic from the user interface. The framework utilizes a model-view-viewModel architecture to maintain a portable model layer, allowing business logic to be tested using mock objects without a running user interface. It employs a diffing process to calculate the shortest data path and automatically update the user interface. The system covers head
Provides a complete MVVM framework for building mini programs with separated business logic and user interfaces.