reactjs
React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 31,027 public repositories matching this topic...
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
Problem
When following the instructions in the README in the redux example project, a crash occurs.
Input
Here's how I'm using normalizr:
clone this repo
run yarn in the root dir
run yarn in the examples/redux dir
run yarn start
Output
Here's what I expect to see when I run the above:
An inquirer prompt.
Here's what I actually see when I run the above:
> no
I have issues to get Reactotron working in my jest react-native test environment.
Before running a test I simply do
jest.mock("reactotron-react-native");, but then I receive an error stating
TypeError: Cannot read property 'useReactNative' of undefined
: bit.envs/compilers/react-typescript@3.1.44
- Bit tester (include version):
Context and additional inf
Current behavior:
When I add
declare module '@emotion/react' {
export {Theme} from 'somewhere';
}typings for theme prop is correctly set, but whenever type of styled(Element) becomes StyledComponent<any, {}>. If I remove the above declaration, the type of styled(Element) becomes
StyledComponent<Props & etc>which is correct.
Al
Not sure why but document.body is null or undefined
const getjQuery = () => {
const { jQuery } = window
if (jQuery && !document.body.hasAttribute('data-no-jquery')) {
return jQuery
}
return null
}
I have a slide with lots of presenter notes. I know that's not great, however it would be awesome if they didn't overflow the page but instead scrolled:
I think it should be a matter of adding a max-height and overflow-y: scroll to the Notes component.
We should use https://github.com/jonschlinkert/parse-github-url to intelli
We should upgrade to react-static v7 to reinstate hot-reloading to make doc development less painful.
There are a number of breaking changes we'll need to address upgrading from v5.9.12, including upgrading babel and deprecating our use of a couple plugins.
This should be considered a future improvement
Add a field on the breakpoint that shows the number of times a breakpoint was hit. See The -break-list Command.
-
Updated
Mar 3, 2020 - CSS
-
Updated
Mar 17, 2020
-
Updated
Sep 3, 2019 - TypeScript
Is your feature request related to a problem? Please describe.
It's hard for some Chinese developers to read English documentation.
Describe the solution you'd like
Add Chinese documentation.
#509
I see that there is documentation on various webpack/babel configuration but the building process is missing from documentation. Wouldn't it be better if there's a couple of paragraphs added to the docs to go over the build process?
Prerequisites
- We realize there is a lot of data requested here. We ask only that you do your best to provide as much information as possible so we can better help you.
- Read the contributing guidelines.
- Ensure the issue isn't already reported.
- Should be reproducible with the latest version of Manta.
-
Updated
Mar 5, 2020
Le bug.
The demo on https://fkhadra.github.io/react-toastify/ contains this:

while it should be:

since the former doesn't seem to be a valid property anymore.
Related
I've spent some time playing with react-game-kit and did reproduce several examples from the official matter-js repo. The single demo currently commited in the repo is really nice but makes it quite hard to build basic things like gravity demos.
Would be great to have basic shape elements, like a Rectangle, a Circle that can easily be drawn into the dom.
Using SVGs is quite easy, properl
-
Updated
Mar 22, 2020 - TypeScript
Not a bug per se, but a clarification seeing that the docs aren't very up-to-date. If you need to set focus on the editor on render (e.g. on first page load), with functional components you can do it like this:
import React, { useRef, useEffect } from "react"
// other stuff
const editorReference = useRef();
useEffect(() => {
editorReference.current.focusEditor();
}, [editorReferen
-
Updated
Feb 23, 2019 - JavaScript
🚀 Feature request
Motivation
Similar to Reach UI, if the project declares what screen readers and browser combinations are tested, it gives adopters confidence that the components take into account different screen reader quirks to deliver the best UX.
Example
Quote from Reach UI:
Each component is tested with Safari + Voiceover, Firefox + NVDA
Website improvements
import Link from "next/link";
const MyLink = React.forwardRef((props, ref) => {
const { as, href, ...rest } = props;
return (
<Link href={href} as={as}>
<a ref={ref} {...rest} />
</Link>
);
});
function App() {
return (
<Nav>
<Nav.Item componentClass={MyLink}>link</Nav.Item>
</Nav>
);
}Created by Jordan Walke
Released March 2013
Latest release 3 days ago
- Repository
- facebook/react
- Website
- reactjs.org
- Wikipedia
- Wikipedia


问题描述
Taro文档-框架底部的组件说明章节点