MPX is a cross-platform framework designed to build applications for multiple mini-program ecosystems and the web from a single codebase. It utilizes a static transpilation pipeline to transform source code into platform-specific bundles, employing a single-file component system that encapsulates templates, logic, and styles. The framework provides a reactive state management system that automatically synchronizes application data with the user interface through computed properties and watchers. The project distinguishes itself through a robust build-time toolchain that supports sub-package p
:hammer:微信小程序所有API promise化,支持await、支持请求列队、支持拦截小程序所有API
为微信小程序提供的网络请求组件,是 wx.request 的扩展,基于 Promise API,添加缓存控制
Redefine the Network API of Wechat MiniProgram (小程序网络库)
The main features of newfuture/miniprogram-network are: UI and Functional Components.
Open-source alternatives to newfuture/miniprogram-network include: didi/mpx — MPX is a cross-platform framework designed to build applications for multiple mini-program ecosystems and the web from… bigmeow/cheers-mp-router — 🚦精巧强大的微信小程序原生路由. bigmeow/minapp-api-promise — :hammer:微信小程序所有API promise化,支持await、支持请求列队、支持拦截小程序所有API. bigmeow/minapp-slider-left — 微信小程序左划删除组件,可能是性能最好、实现最简单的方案,使用官方组件movable-area、cover-view实现. bobiscool/wxdraw — A lightweight canvas library which providing 2d draw for weapp 微信小程序2d动画库 😎 🐼. afishhhhh/weapp.request — 为微信小程序提供的网络请求组件,是 wx.request 的扩展,基于 Promise API,添加缓存控制.