Skip to content
react logo

React

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

Here are 71,068 public repositories matching this topic...

ant-design
material-ui
storybook
patricklafrance
patricklafrance commented Oct 22, 2019

Describe the bug
My component define the following property:

initialVisibleMonth: oneOfType([momentType, func])

The rendered prop in docs props table is:

Union<custom | func>

Expected behavior
I am not sure, what bothers me is the "union" text, IMO this is confusing for the reader of the doc. Ideally, it would be awesome to have someting like:

moment | func

ruadhanbarry
ruadhanbarry commented Aug 18, 2016

I have an email signature that deeplinks to "tel:" and "skype:". I'd like to keep link tracking on, but the link tracking does not work on the skype link when it is sent through as when the deeplink is redirected, it garbles the uri. "skype:" becomes "https://link.nylas.com/link/...?redirect=**skype%3A{username}%3Fchat**&r=cnVhZGhhbkBnbWFpbC5jb20="

It would be nice to be able to either fix this,

preact
abhisheksoni27
abhisheksoni27 commented Mar 3, 2019

Just like we have a create-react-app for react, we now have nano-preact-app for preact.

There's not much bloatware. Just an index file that renders our App, an App component that showcases how we can create a Component and a couple of build scripts for developers.

I am also using Parcel to build the project.

PRs and issues welcome. Hope it helps everyone!

Here it is: [nano-preact-a

Mickey-
Mickey- commented Oct 28, 2019

如题,有时重新翻文档时突然发现某些地方更新了。

相比版本更新的很多内部优化,但凡文档更新大都是需要开发者关注的。
当某天重看文档时,面对一篇几千内容的文档,一段重要内容的一行文案变更,或者某个大类的角落摸摸增加了一小段子类目,实在难以查别

FredyC
FredyC commented Oct 9, 2019

@cloverich We shall also figure out to deal with that README, I did not like that I had to do the change (#2144) twice, even though it was a small thing.

If we were about to copy those files, how do we ensure people will edit the right one?

Is it really that problematic with Docusaurus to reference the one from the root folder? Some sort of aliasing?

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

sheetjs
KurtMar
KurtMar commented Sep 12, 2019

I noticed a bug in the html_to_sheet function. When reading cells that are empty, the cell index is correctly incremented, but if the cell has HTML tags and is observed to be empty after stripping the tags, the cell index is not incremented. This results in misalignment of the subsequent cells:

https://github.com/SheetJS/js-xlsx/blob/e3c5eac99c3b2be6929adfca455c1be87fab792b/xlsx.js#L18956-L18

markerikson
markerikson commented Aug 17, 2018

The current React-Redux docs aren't very helpful, for a lot of reasons:

  • They're just a Markdown file in the repo, instead of being published in HTML form
  • It feels very "dense" and jargon-heavy
  • It doesn't clearly lay out the various options for connect and ways that you can use it
  • It's primarily in API reference form, rather than a "how to"

We do also have the "Using React with R

You can’t perform that action at this time.