React
React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 14,284 public repositories matching this topic...
Describe the bug
With multiple pure-documentation MDX docs, the scroll position of the preview window does not reset when switching between docs.
To Reproduce
Steps to reproduce the behavior:
- Create at least two MDX docs without stories, with content long enough to result in a scroll bar.
- Select the first doc in the sidebar.
- Scroll down the first document.
- Select the
-
Updated
Oct 2, 2020 - TypeScript
any plans for a Linux ARM build? if nobody else is on it or has attempted it, i can give it a try.
-
Updated
Oct 3, 2020 - TypeScript
🚀 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
May 20, 2019 - TypeScript
-
Updated
Sep 21, 2020 - TypeScript
Feature
v1 had a noIndex option: https://docusaurus.io/docs/en/site-config#noindex-boolean
Let's add it to v2 too!
Also need to:
- edit the migration doc: https://v2.docusaurus.io/docs/migrating-from-v1-to-v2/#removed-fields
- edit the migration cli to migrate correctly this config
There are scripts to easily test the migration cli, look at scripts `yarn test:v1Migration:migrate
Related: react-navigation/react-navigation#8160
We have a similar guide for React Router + Netlify https://github.com/expo/examples/tree/master/with-react-router#deploying-to-netlify
We should also have one for Now:
- Create
now.json:
{
"version": 2,
"routes": [{ "handle": "filesystem" }, { "src": "/.*", "dest": "/index.html" }]
}-
Updated
Sep 30, 2020 - TypeScript
Environment
- Package version(s): @blueprintjs/core@3.17.2 @blueprintjs/select@3.11.2
- Browser and OS versions: MacOS Catalina (10.15.1) / Chrome 78.0.3904.108
Question
Is there any solid documentation for the renderFilteredItems() utility function exported from the select package? It is briefly mentioned under the itemListRenderer props section of the select c
-
Updated
Oct 1, 2020 - TypeScript
-
Updated
Sep 30, 2020 - TypeScript
-
Updated
Sep 29, 2020 - TypeScript
-
Updated
Oct 4, 2020 - TypeScript
-
Updated
Oct 2, 2020 - TypeScript
-
Updated
Oct 4, 2020 - TypeScript
Hi, I'm trying to generate our color palette in sketch with react-sketchapp, from the documentation react-sketchapp supports Symbols and TextStyles, what about layer styles?
Example:
I can run the color palette example, but each element of the palette only has direct styles applied to it, I'd like to use layer styles like this
.
Describe the solution you'd like
I would like DeleteButton to behave like SaveButton and accept onSuccess and
-
Updated
Oct 3, 2020 - TypeScript
-
Updated
Oct 4, 2020 - TypeScript
-
Updated
Apr 1, 2020 - TypeScript
-
Updated
Oct 4, 2020 - TypeScript
-
Updated
Sep 12, 2020 - TypeScript
Created by Jordan Walke
Released March 2013
Latest release 7 months ago
- Repository
- facebook/react
- Website
- reactjs.org
- Wikipedia
- Wikipedia

Reproduction link
Steps to reproduce
Project Too Large to isolate
What is exp