-
Updated
Aug 31, 2020 - JavaScript
React

React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 100,035 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
Aug 26, 2020
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
Describe the bug
Creating angular project with no initial app throws sb init error
• Detecting project type. ✓
• Adding Storybook support to your "Angular" app
TypeError: Cannot read property 'architect' of undefined
To Reproduce
Steps to reproduce the behavior:
- ng new ng-ui --create-application=false
- cd ng-ui
- ng g lib button -p ui
- npx -p @storybook/cli sb
Bug report
Describe the bug
Dynamic Routes in symlinks is not working
To Reproduce
I don't think github repos support symlink commits so this is how you can reproduce this:
In project folder:
mkdir pages/nolink
echo "export default function Post() {return <div>Works</div>}" > "pages/nolink/[id].js"
echo "export default function index() {return <div>Works</div>}" > "p
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 28, 2020 - TypeScript
-
Updated
Aug 28, 2020
-
Updated
Jan 22, 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
Aug 23, 2020 - JavaScript
-
Updated
Aug 31, 2020 - JavaScript
This issue tracks Superset's migration from JavaScript to TypeScript (as started in SIP-36). If you'd like to help with the migration, feel free to take an unchecked directory and convert the files within the immediate directory from JavaScript/JSX to TypeScript/TSX. #9162 and #9180 provide some tips for performing the migration. Once com
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Aug 31, 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
Aug 31, 2020 - TypeScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Oct 20, 2019 - 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
Aug 9, 2020
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 30, 2020 - JavaScript
-
Updated
Aug 28, 2020 - JavaScript
-
Updated
Aug 12, 2020 - JavaScript
-
Updated
May 27, 2020 - JavaScript
Created by Jordan Walke
Released March 2013
Latest release 5 months ago
- Repository
- facebook/react
- Website
- reactjs.org
- Wikipedia
- Wikipedia
Currently if you put
gen
into state or props and then open this component in DevTools, it will consume that generator while trying to format it. Sogen.next()
will give you{ done: true }
next time you call it.This happens here:
https://github.com/facebook/react/blob/60ba723bf78b9a28f60dce854e88e206fab52301