weixin
Here are 729 public repositories matching this topic...
WxJava (微信开发 Java SDK),支持包括微信支付、开放平台、小程序、企业微信/企业号和公众号等的后端开发
-
Updated
Oct 26, 2020 - Java
wxParse-微信小程序富文本解析自定义组件,支持HTML及markdown解析
-
Updated
Mar 19, 2020 - JavaScript
微信公众平台SDK Senparc.Weixin for C#,支持.NET Framework及.NET Core。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.
-
Updated
Oct 24, 2020 - C#
A dynamic library tweak for WeChat macOS - 首款微信 macOS 客户端撤回拦截与多开
-
Updated
Apr 28, 2020 - Objective-C
Apache ECharts (incubating) 的微信小程序版本
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Sep 15, 2020 - JavaScript
WeRoBot 是一个微信公众号开发框架
-
Updated
Oct 26, 2020 - Python
微信小程序--基于wepy 商城(微店)微信小程序 欢迎学习交流
-
Updated
May 13, 2020 - JavaScript
WeChat SDK for Python
-
Updated
Oct 17, 2020 - Python
-
Updated
Oct 23, 2020 - JavaScript
微信SDK JAVA (公众平台、开放平台、 商户平台、 服务商平台)
-
Updated
Aug 25, 2020 - Java
基于Spring Boot 和 WxJava 实现的微信公众号Java后端Demo,支持多公众号
-
Updated
Oct 5, 2020 - Java
微信小程序Markdown渲染库
-
Updated
Jul 16, 2019 - JavaScript
Improve this page
Add a description, image, and links to the weixin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the weixin topic, visit your repo's landing page and select "manage topics."


问题描述
最近使用
movable-view做了一个拖拽排序的功能,但是由于需要touchmove事件频繁setState来更新movable-view的坐标,导致Android的上的性能体验很差,IOS不会。看了微信的文档,这种情况可以使用
WXS来解决,请问Taro中能否使用WXS?如何使用呢?