-
Updated
Aug 30, 2020 - JavaScript
React
React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 74,666 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.
I'm not sure what the policy on css transitions is in this repo, but here's a suggestion.
I noticed that color transitions on the StepIcon component are instantaneous, even though the entire component is quite animated and fluid. The StepIcon goes through several colors (default -> active -> completed), and I believe a simple transition: color 300ms ease; already adds quite a bit more style
Bug report
Describe the bug
When trying to navigate to a different page using next.js+ typescript + electron the click over the link does nothing
To Reproduce
- Download next.js with-electron-typescript example https://github.com/vercel/next.js/tree/canary/examples/with-electron-typescript
- Install modules:
with-electron-typescript$ yarn - Pack app: `with-electron-types
Summary
Where: https://www.gatsbyjs.org/docs/ssr-apis/#onRenderBody
What: Improve the example for onRenderBody or add another example, simple, that is not tied to a plugin.
Suggestion
// Object of props
const HtmlAttributes = {
"data-whatever": "content"
}
// Magic
exports.onRenderBody = (
{ setHtmlAttributes }
) => {
setHtmlAttributes(HtmlAttributes)
}
-
Updated
Aug 23, 2020 - JavaScript
-
Updated
Aug 30, 2020 - JavaScript
-
Updated
Aug 17, 2020 - JavaScript
-
Updated
Aug 29, 2020 - JavaScript
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
Jul 30, 2020 - JavaScript
-
Updated
Oct 20, 2019 - JavaScript
Since version 0.16.5, th following code returns a null worksheet:
XLSX.utils.json_to_sheet([], {header: columns})
Is it now working as it is wanted? If so, how could we create an empty worksheet? In my case it is expected that sometimes the data is an empty array. And an empty worksheet only with headers is expected.
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Aug 28, 2020 - JavaScript
-
Updated
Aug 12, 2020 - JavaScript
-
Updated
May 27, 2020 - JavaScript
-
Updated
Aug 26, 2020 - JavaScript
-
Updated
Aug 29, 2020 - JavaScript
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Aug 29, 2020 - JavaScript
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Aug 21, 2020 - JavaScript
-
Updated
Aug 27, 2020 - JavaScript
Is there any reason why we can't move the typespec from https://github.com/DefinitelyTyped/DefinitelyTyped to this repo so we do not have to deal with two packages.
We could copy that into this package and add "types": "./lib/main.d.ts" in the package.json
Created by Jordan Walke
Released March 2013
Latest release 5 months ago
- Repository
- facebook/react
- Website
- reactjs.org
- Wikipedia
- Wikipedia


When react is inside an iframe, chrome extension for react devtools fails to detect react.
This is because the extension sets `REACT_DEVTOOLS_GLOBAL_HOOK