#
nerv
Here are 6 public repositories matching this topic...
Open
25
A blazing fast React alternative, compatible with IE8 and React 16.
react
javascript
framework
typescript
preact
frontend
jsx
reactjs
inferno
vdom
nerv
virutal-dom
nervjs
-
Updated
Aug 22, 2020 - JavaScript
A minimalistic boilerplate of NervJS with IE8+ and React 16 compatibility
-
Updated
Apr 14, 2019 - JavaScript
taro sample in typescript: 使用 Typescript 和 Taro 开发小程序示例
-
Updated
Oct 31, 2018 - JavaScript
Improve this page
Add a description, image, and links to the nerv topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nerv topic, visit your repo's landing page and select "manage topics."


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