Skip to content
#

reactjs

react logo

React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.

Here are 67,548 public repositories matching this topic...

Oldboyyyy
Oldboyyyy commented Jun 11, 2021

相关平台

微信小程序

小程序基础库: 2.17.0
使用框架: React

复现步骤

下面是我们转 H5 的时候遇到的问题的汇总

view

表现: createAnimation 在 H5 下不生效
原因: animation 属性丢失了, 导致样式不生效
解决方法: 已经提了 PR

Taro.preload

表现: H5 下没法使用, 报没有该方法
原因: taro-h5这个包没有实现该方法
解决方法: 已经提了 [PR]( https://github.com/NervJS

blitz
lksnmnn
lksnmnn commented Jun 4, 2021

What do you want and why?

Adding the above mentioned rule, would catch floating promises and thus helps devs like me to not forget to await my promises.

Discussion:

The ESLint rule require-await does something similar but cannot gather insights about functions imported from other files and thus flags false positives like:

const foo = async () => {
    return bar()
}
`

Created by Jordan Walke

Released March 2013

Latest release 3 months ago

Repository
facebook/react
Website
reactjs.org
Wikipedia
Wikipedia

Related Topics

angular react-native vue