Skip to content
#

React

react logo

React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.

Here are 78,736 public repositories matching this topic...

freeCodeCamp
mrmckeb
mrmckeb commented Jul 24, 2019

Is your proposal related to a problem?

When rolling out new features that require changes to the create-react-app package, we regularly see issues related to users with older, global installs of that package.

Describe the solution you'd like

Ideally, we should add a deprecation warning in react-scripts so that when it a user attempts to install it with a globally installed `cr

ant-design
storybook
jojonarte
jojonarte commented Jan 23, 2020

Examples bug report

with-firebase-hosting

Error: > handler is not a function

tesseralis
tesseralis commented Feb 25, 2020

Description

Recently, we've had a couple of dot-org build failures (mostly due to my i18n work/refactoring): #21559 #21356 #21101 #21358

A lot of these regressions could be prevented if we had better test coverage of components and pages in www -- including integration tests to make sure that the whole pathway from queries to display works as expected. Critical paths include places we've

WangLianpla83
WangLianpla83 commented Nov 4, 2019

注意:这里只处理 FreeCodeCamp.cn 的相关问题,不处理 w3cschool 的任何问题

注意:请不要乱开无意义的 Issue,违者直接加黑名单

注意:Issue 是用来处理代码库中的 bug,不是用来提问题的。完成挑战过程中遇到的代码问题请在gitter 讨论组 或者 QQ 群 526289580 中讨论 (QQ 群验证答案: freeCodeCamp 注意大小写)

FreeCodeCamp.cn Issue 模板

如何使用本模板:

  • 尽可能多填些相关信息,方便管理员参考
  • 对于无法给出的内容,请删除掉那一行

以上内容请在提交 Issue 之前删除

浏览器信息

  • 浏览器名称,版本号
  • 操作系统
styled-components
macrozone
macrozone commented Feb 21, 2020

we use storyshots to make snapshots from all storybook stories (https://github.com/storybookjs/storybook).

We decorated all our stories with a component that contains a component made with createGlobalStyle

running snapshot tests sometimes throw an error in react-dom:

TypeError: Cannot read property 'createEvent' of null in react-dom. After doing additional debugging i found out

preact
mhmdanas
mhmdanas commented Nov 15, 2019

Reading through the source code, I find places where == or != are used for typeof, and others where === or !== are used. I believe we should choose one and stick with it. I'd be happy to open a PR for this once there is agreement on which choice should be used.

Note: looking at the produced bundles, it seems that with typeof, === is compiled to ==, and !== is compiled to `

react-boilerplate
markerikson
markerikson commented Nov 18, 2019

Is your feature request related to a problem? Please describe.
Hi, I'm a Redux maintainer. I'd like to offer a couple suggestions.

The current Redux example implementation shows use of reducers with "hand-written" immutable update logic, and has a somewhat complex store configuration. In addition, the project's current "feature folder" structure results in multiple separate files for the

penghuwan
penghuwan commented Nov 26, 2019

问题描述

Input,TextArea组件文档没有介绍小程序端的兼容状况

复现步骤

亲爱的开发者们您好,我遇到的问题如下

  1. 我想要使用Input,Textarea等组件,并想要运用于小程序中
  2. 查阅taro中该组件相关的文档后,没有只有H5/RN端介绍了兼容性差异,而微信,支付宝等小程序端没有介绍兼容情况,如下图所示

屏幕快照 2019-11-26 下午12 05 43

3.请问能够补充一下吗
4. 非常感谢!

期望行为

能够在Input,Textarea文

formik
sheetjs
langpavel
langpavel commented Oct 24, 2017

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

Created by Jordan Walke

Released March 2013

Latest release 3 days ago

Repository
facebook/react
Website
reactjs.org
Wikipedia
Wikipedia

Related Topics

angular react-native vue
You can’t perform that action at this time.