React

React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 93,220 public repositories matching this topic...
React extension version: 4.4.0
Steps To Reproduce
- Install Firefox 72.0.2x64
- Go to Discordapp.com
The current behavior
Extension reports: "This page does not appears to be using React"
The expected behavior
React is detected (just like it is currently in Chrome/Chromium)
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
Jul 13, 2020
- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
For #6082
example:https://github.com/ant-design/ant-design/blob/master/components/locale/zh_CN.tsx#L71
Todo:
- az_AZ
- bg_BG
- cs_CZ
- de_DE
- da_DK
- el_GR
- et_EE
-
Updated
Jul 17, 2020 - JavaScript
Bug report
Describe the bug
When running next using Yarn 2 and visiting a page in the browser that doesn't exist, the 404 error page never shows up. Instead it loads forever ("waiting on localhost...") and then eventually errors with ERR_EMPTY_RESPONSE
.
But the terminal shows that the page was compiled:
[ event ] build page: /next/dist/pages/_error
[ wait ] compiling ...
Describe the bug
In the config.js addParameters
function, if I set isFullscreen: true
and open the webpage, it is fullscreen on startup. But if I set isFullscreen: false
and open the webpage again, it is still full-screen on startup.
To Reproduce
- Set
isFullscreen: true
, open the webpage, - Close the webpage or stop the server
- Set
isFullscreen: false
, open the webpa
Summary
Our docs relating to GraphQL sometimes have CodeSandbox samples where viewers can edit their query. However, these pages are represented in the markdown as raw iframes and are quite ugly:
<iframe title="A basic query" src="https://7118
-
Updated
Jul 11, 2020
注意:这里只处理 FreeCodeCamp.cn 的相关问题,不处理 w3cschool 的任何问题
注意:请不要乱开无意义的 Issue,违者直接加黑名单
注意:Issue 是用来处理代码库中的 bug,不是用来提问题的。完成挑战过程中遇到的代码问题请在gitter 讨论组 或者 QQ 群 526289580 中讨论 (QQ 群验证答案: freeCodeCamp 注意大小写)
FreeCodeCamp.cn Issue 模板
如何使用本模板:
- 尽可能多填些相关信息,方便管理员参考
- 对于无法给出的内容,请删除掉那一行
以上内容请在提交 Issue 之前删除
浏览器信息
- 浏览器名称,版本号
- 操作系统
-
Updated
Jul 15, 2020 - TypeScript
-
Updated
Jul 17, 2020 - JavaScript
Feature Request
Add a file named pull_request_template.md
in the .github
folder of the repository so that whenever a new PR is opened on the repository it follows the template.
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Jul 17, 2020
-
Updated
Jul 17, 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
Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.
Description
A clear and concise description of what the bug is.
Steps to reproduce
Steps to reproduce the behavior:
(Add link to a dem
🧐 问题描述
[问题]如何修改区块获取的资源路径,想使用公司自己的github?哪里有相关介绍吗?
目前指向:https://gitee.com/ant-design/ant-design-blocks/
🚑 其他信息
文档缺少可操作性
🚀 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
Jul 4, 2020
MobX 6
Hi folks, I've tinkered a lot about MobX 6 lately, so I want to layout the vision I have currently
Goals
🧨 1. Become compatible with modern ES standards
Let's start with the elephant in the room.
I think we have to drop the support for decorators.
Some have been advocating this for years, others totally love decorators.
Personally I hate to let decorators go. I think
There is a difference in safegetzipfile
method between xlsx.js & xlsx.mini.js.
One is missing replace(/^Root Entry[\/]/,"")
so I get this error "Cannot find file [Content_Types].xml in zip" ev
Too wide (and falsy) segregation of GraphQL Types and Resolvers
The first example of this is new ObjectType
in src/data/queries/index.js
importing fields.
Fields should be taken in context of parent type, not as standalone information.
This can ensure some users that custom types cannot have own field resolvers which is false.
In fact, much of fields which can have own resolvers
- Add the react-beautiful-dnd package
Okay…
- Use the package
import { DragDropContext } from 'react-beautiful-dnd';
This is just an import statement…?
- Profit
🕺
How? Step 2 was just an import statement.
The rest of the doc goes into other topics. I'll have to dig around elsewhere to find out how to actually use it. It's not a helpful installation
The usage guide pages for mapState
and mapDispatch
are amazingly good, and I frequently link them as references to answer people's questions.
However, we currently only have an API reference page for our hooks API. It's time we added some kind of a usage guide page for the hooks as well.
I'm not exactly sure what topics it should cover, but I'd like to hear suggestions.
Created by Jordan Walke
Released March 2013
Latest release 4 months ago
- Repository
- facebook/react
- Website
- reactjs.org
- Wikipedia
- Wikipedia
Describe your problem and how to reproduce it:
This is expected to work, and it works in the preview.
There is a space before and after the
=
symbol.