2026-05 · 2 projects · Ranked by HubLens score
Westore is an MVVM layered architecture designed specifically for mini programs, aiming to completely decouple business logic from the view layer through responsibility-driven design. By introducing a Store layer as an intermediary, the framework achieves high portability and code reusability for the Model. Developers do not need to operate setData directly, as they can simply call the update method to achieve efficient view updates through an internal diff mechanism.
Dimina is a lightweight cross-platform mini-program framework developed by DiDi, designed to provide developers with a high-performance, cross-platform, and low-threshold development experience. The framework supports four major platforms: Android, iOS, Harmony, and Web, allowing developers to integrate mini-program logic into existing apps or package them into standalone applications. Through technologies such as resource offlining, logic-view separation, and page preloading, Dimina effectively improves cross-platform runtime performance.