Skip to content
#

React

react logo

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

Here are 73,724 public repositories matching this topic...

amiramix
amiramix commented Aug 30, 2019

Describe the bug

npm start ends with a cryptic error due to exceeding the amount of files the system can watch:

Starting the development server...

events.js:170
      throw er; // Unhandled 'error' event
      ^

Error: ENOSPC: System limit for number of file watchers reached, watch '/home/u/work/some-repo/public'
    at FSWatcher.start (internal/fs/watchers.js:165:26)
  
storybook
lancevalour
lancevalour commented Oct 23, 2019

Describe the bug
In the config.js addParameters function, if I set isFullscreen: true and open the webpage, it is fullscreen on startup. But if I set isFullscreen: false and open the webpage again, it is still full-screen on startup.

To Reproduce

  1. Set isFullscreen: true, open the webpage,
  2. Close the webpage or stop the server
  3. Set isFullscreen: false, open the webpa
ryanmalesic
ryanmalesic commented Oct 31, 2019

Examples bug report

Example name

with-aws-amplify-typescript

Describe the bug

GraphQL throws because adapter is undefined from config

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Start the dev server after initializing amplify

Expected behavior

The app should run and fetch from Amplify

System informati

styled-components
Rychou
Rychou commented May 6, 2019

问题描述
最近使用movable-view做了一个拖拽排序的功能,但是由于需要touchmove事件频繁setState来更新movable-view的坐标,导致Android的上的性能体验很差,IOS不会。

看了微信的文档,这种情况可以使用WXS来解决,请问Taro中能否使用WXS?如何使用呢?

参考文档: https://developers.weixin.qq.com/miniprogram/dev/framework/view/interactive-animation.html
https://developers.weixin.qq.com/miniprogram/dev/framework/performance/tips.html

formik

Created by Jordan Walke

Released March 2013

Latest release about 1 month ago

Repository
facebook/react
Website
reactjs.org
Wikipedia
Wikipedia

Related Topics

angular react-native vue
You can’t perform that action at this time.