The Wayback Machine - https://web.archive.org/web/20200717024358/https://github.com/topics/react-components
Skip to content
#

react-components

Here are 2,377 public repositories matching this topic...

material-ui
patrickdevivo
patrickdevivo commented Mar 10, 2020

Hi there! I wanted to propose adding the following badge to the README to indicate how many TODO comments are in this codebase:

TODOs

The badge links to tickgit.com which is a free service that indexes and displays TODO comme

patrickgalbraith
patrickgalbraith commented Apr 8, 2020

Environment Information

  • Package version(s): 7.105.11
  • Node version: 12.16.0
  • Browser and OS versions: n/a

Actual behavior:

The default option for tsconfig.json is for the target option to be set to esnext.

{
  "compilerOptions": {
    "target": "esnext",
    ...
  }
}

Optional chaining was added in ES2020. So if your 'target' compile

chakra-ui
baseweb
LaurenReillyW2G
LaurenReillyW2G commented Jan 7, 2020

Feature description

I was reading through the i18n section of the documentation and it was not very clear how to use this and what kind of features it has. I think that the internationalization documentation should be updated.

A few specific things:
-Can it format data per language such as time, date, currency, pluralizations?
-How do you switch between languages, and when you switch d

reakit
george-dotdev
george-dotdev commented Feb 18, 2020

Affected Projects
React

Is your feature request related to a problem? Please describe.
Was looking through the change log and the new documentation but could not find any reference to the deprecated DataController.

Describe the solution you'd like
Would be great to get some documentation on the recommended way to migrate from using DataController to not using it.

**Descr

igibliss00
igibliss00 commented Dec 18, 2019

I'm currently using KeyboardAwareScrollView with react-native-google-places-autocomplete and only when the auto-complete component is within KeyboardAwareScrollView, the drop-down suggested addresses from Google does not respond to presses. When the aut0-complete component is without KeyboardAwareScrollView, the component works as expected.

The expected behavior is that when the sugge

Improve this page

Add a description, image, and links to the react-components topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the react-components topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.