-
Updated
Oct 13, 2020 - JavaScript
React
React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 107,180 public repositories matching this topic...
This is a good first PR!
We should add some tests to cover #7036. They should cover both JavaScript and TypeScript support.
They can probably be added to test/fixtures.
-
Updated
Sep 4, 2020
- The issue is present in the latest release.
- I have searched the [issues](https://github.com/mui
Bug report
Using getStaticPaths in combination with trailingSlash: true leads to invalid json prefetching. For a link to a dynamic route, the json file that is prefetched includes an invalid slash in the path, causing a 404 to be returned. However, when clicking the link and landing on the dynamic page the correct json file is fetched.
To Reproduce
- Configure
// nextOriginally posted by @tmeasday in storybookjs/storybook#12699 (comment)
Currently the decorator code disallows the user from overwriting story parameters in the story context. This should be updated to include other core metadata including:
id,
kind,
name,
story,
Currently, the user's scroll position is stored within session storage, and this is violating a GDPR compliance check (yes, I know). Is there are way to disable this storage?
-
Updated
Oct 13, 2020 - TypeScript
-
Updated
Oct 13, 2020
-
Updated
Sep 4, 2020 - CSS
any plans for a Linux ARM build? if nobody else is on it or has attempted it, i can give it a try.
-
Updated
Oct 4, 2020 - JavaScript
-
Updated
Oct 13, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
I have a lot of trouble distinguishing between the shades of green signifying a running vs successful query in sqllab.
Describe the solution you'd like
Ideally these would be two different colors for running vs successful. Maybe yellow and green respectively?
Describe alternatives you've considered
If there isn't
-
Updated
Oct 11, 2020 - JavaScript
-
Updated
Oct 12, 2020 - JavaScript
-
Updated
Oct 13, 2020
Taro能使用wxs吗?
问题描述
最近使用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
-
Updated
Oct 13, 2020 - TypeScript
-
Updated
Sep 5, 2020 - JavaScript
🚀 Feature request
Current Behavior
The type ErrorMessage doesn't have an id property.
Desired Behavior
It'd be nice id?: string would be added to the type ErrorMessage and set on the outermost component that serves as error message.
Suggested Solution
Add id={this.props.id} to the outer component in ErrorMessage.
Who does this impact? Who is this
-
Updated
Oct 20, 2019 - JavaScript
-
Updated
Oct 13, 2020
While I try to change header titles by passing array of titles to options like below it does not override the headers. Instead it writes new headers first and original data with old headers again from next cell.
I am experiencing the same problem.
In addition, sheets js is mutating the header array passed in, which is not something I would ever expect.
Example:
const head-
Updated
Oct 13, 2020 - JavaScript
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
May 27, 2020 - JavaScript
-
Updated
Oct 3, 2020 - JavaScript
Created by Jordan Walke
Released March 2013
Latest release 7 months ago
- Repository
- facebook/react
- Website
- reactjs.org
- Wikipedia
- Wikipedia
PR #19108 caused some Suspense-related DevTools regressions (more info available on #19368) which we did not catch because of the fact that DevTools tests are only run against the version of React in master.
We should follow the precedent of the regression fixtures tests and have CI run DevTools tests against multiple