-
Updated
Sep 19, 2020 - JavaScript
React

React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 103,049 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
In material-ui/core@v5.0.0-alpha.10 theme.spacing always return string (even for a single parameter).
The typescript definition in createSpacing.d.ts assume that it returns number for less than 2 parameters...
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
Hi, thanks for managing this great OSS project.
I am using Preact from NextJS example. NextJS only renders a blank page when:
next dev
- there is an thrown error on page
- navigating on client-side
To Reproduce
Steps to reproduce the behavior, please provi
Summary
PostCSS 8 was released. It added a new plugin API. Right now Gatsby does not support PostCSS 8 plugins.
Updating postcss-loader
and adding postcss
to dependencies for gatsby-plugin-postcss
will fix the problem.
PostCSS 8 changelog does not have breaking changes related to Gatsby only removing Node.js 6 and 8 support
-
Updated
Sep 18, 2020 - TypeScript
-
Updated
Sep 18, 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
Sep 13, 2020 - JavaScript
-
Updated
Sep 15, 2020 - JavaScript
select * from table;
that query (with semicolon) runs fine in SQLLab but after clicking Explore on the results the Chart page gives an error about semicolon not allowed
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
Sep 19, 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
Sep 19, 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
Sep 8, 2020
Java Demo Issue
when running make rhinojs fails due to a missing cp command
cp rhino/buildGradle/libs/rhino*.jar rhino.jar
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file target_file
cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file ... target_directory
make: *** [rhino.jar] Error 64
Issue was resolved by manually copying one of the jars
`cp rhino/buildGradle/libs/r
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
May 27, 2020 - JavaScript
-
Updated
Sep 11, 2020 - JavaScript
Created by Jordan Walke
Released March 2013
Latest release 6 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