-
Updated
Nov 3, 2020 - JavaScript
React

React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 110,679 public repositories matching this topic...
React version: 17.0.1
Steps To Reproduce
- npx create-react-app my-app
- cd my-app
- npm start (Works like a charm)
- npm run eject
- npm i
- npm start (ReferenceError: React is not defined)
Link to code example: https://codesandbox.io/s/ecstatic-wood-ou6px
-
Updated
Sep 4, 2020
- The issue is present in the latest release.
- I have searched the [issues](https://github.com/mui
Bug report
The ssr flag in dynamic imports does not match the developer usage of the framework.
Describe the bug
This might be a documentation issue, implementational issue or simply API signature, but it is unexpected for next export websites to require ssr: true for dynamic imports. If set to false, it works in dev but not in export.
To Reproduce
Is your feature request related to a problem? Please describe
In my component's props TS interface, I can use JSDoc comments to set the description, and can even use the @default
tag to describe the default value
However, nothing happens when I use the @deprecated
tag.
Describe the solution you'd like
Some ideas:
- It would be nice i
Summary
The gatsby-manifest-plugin documentation for generating icons is unclear.
icon: `src/images/favion.svg`, // This path is relative to the root of the site.
icons: [
{
src: `src/images/favicon--short.svg`,
sizes: `192x192`,
type: `image/png`,
-
Updated
Nov 3, 2020 - TypeScript
-
Updated
Nov 2, 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 25, 2020 - JavaScript
-
Updated
Oct 30, 2020 - JavaScript
Hello,
I want to show euros values on dashboard. But only the $ format are enable. When i changed the $ symbol to € i obtained an error.
How can I show euros value in a chart ?
I want something like "y_axis_format": "$,.2f" ==> to "y_axis_format": ",.2f€"
Regards,
Zied Sellami
-
Updated
Oct 26, 2020 - JavaScript
-
Updated
Nov 3, 2020 - JavaScript
-
Updated
Nov 3, 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
Nov 2, 2020 - TypeScript
-
Updated
Nov 2, 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
Nov 2, 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
Nov 3, 2020 - JavaScript
-
Updated
Oct 26, 2020 - JavaScript
-
Updated
Nov 1, 2020 - JavaScript
-
Updated
Nov 2, 2020 - JavaScript
Created by Jordan Walke
Released March 2013
Latest release 14 days ago
- Repository
- facebook/react
- Website
- reactjs.org
- Wikipedia
- Wikipedia
When I run the devtools, I get the
update-notifier
message:I appreciate the goal of this message. Ho