The Wayback Machine - https://web.archive.org/web/20200825154645/https://github.com/topics/react
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 99,014 public repositories matching this topic...

material-ui
Floriferous
Floriferous commented Aug 18, 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

storybook
AlokTakshak
AlokTakshak commented Aug 16, 2020

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:

  1. ng new ng-ui --create-application=false
  2. cd ng-ui
  3. ng g lib button -p ui
  4. npx -p @storybook/cli sb
next.js
Cow258
Cow258 commented Aug 21, 2020

Bug report

Describe the bug

When using v9.5.2 on ionic webview,
next/router not working at all,

  • Router.push('/login')
  • <Link href="/login">

No error message
No response to click

The ionic webview is using ionic://localhost/,
maybe v9.5.2 unable to working on ionic://localhost/.

To Reproduce

I hope the description enough to explain where are the problem,

mistercrunch
mistercrunch commented Jun 16, 2020

At some point we moved from using mocha as a test runner to using jest, and jest out of the box started reporting much more warnings than mocha did.

No one went to clean up this output. In many cases it may just be about passing an extra prop in a component or setting a proper default value for a component's prop, or adding up to an existing fixture.

[optional] please roll out in chu

GreatAuk
GreatAuk commented Aug 24, 2020

相关平台

微信小程序

小程序基础库: 2.12.0
使用框架: React

复现步骤

组件库是 vant-weapp (所有组件的 slots 都无法使用)

<van-calendar
  show={visible}
  show-confirm
  type="range"
  defaultDate={[new Date().getTime() - (7 * 24 * 3600 * 1000), new Date().getTime()]}
  onClose={onClose}
  onConfirm={(e) => onConfirm(e)}
  >
  <slot name=
formik
krichter722
krichter722 commented Apr 19, 2020

🚀 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

sheetjs

Created by Jordan Walke

Released March 2013

Latest release 5 months ago

Repository
facebook/react
Website
reactjs.org
Wikipedia
Wikipedia

Related Topics

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