React
React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 13,583 public repositories matching this topic...
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:
- ng new ng-ui --create-application=false
- cd ng-ui
- ng g lib button -p ui
- npx -p @storybook/cli sb
-
Updated
Sep 11, 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
Sep 11, 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 8, 2020 - TypeScript
🚀 Feature
I would like to override the default remark plugins in the content-docs plugin: for example, to have control over the markup generated by remark-admonitions. Perhaps we could have an option to turn the default ones on/off?
Or alternatively: the content-blog plugin allows the options `beforeDefau
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 10, 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
Sep 1, 2020 - TypeScript
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Sep 10, 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

We found out that swr was causing a syntax error in these browsers because webpack by default picked the ESM build (rightly so) but because it's not transp
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Apr 1, 2020 - TypeScript
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Sep 4, 2020 - TypeScript
Created by Jordan Walke
Released March 2013
Latest release 6 months ago
- Repository
- facebook/react
- Website
- reactjs.org
- Wikipedia
- Wikipedia

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