Skip to content
#

reactjs

react logo

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

Here are 29,821 public repositories matching this topic...

Mickey-
Mickey- commented Oct 28, 2019

ๅฆ‚้ข˜๏ผŒๆœ‰ๆ—ถ้‡ๆ–ฐ็ฟปๆ–‡ๆกฃๆ—ถ็ช็„ถๅ‘็ŽฐๆŸไบ›ๅœฐๆ–นๆ›ดๆ–ฐไบ†ใ€‚

็›ธๆฏ”็‰ˆๆœฌๆ›ดๆ–ฐ็š„ๅพˆๅคšๅ†…้ƒจไผ˜ๅŒ–๏ผŒไฝ†ๅ‡กๆ–‡ๆกฃๆ›ดๆ–ฐๅคง้ƒฝๆ˜ฏ้œ€่ฆๅผ€ๅ‘่€…ๅ…ณๆณจ็š„ใ€‚
ๅฝ“ๆŸๅคฉ้‡็œ‹ๆ–‡ๆกฃๆ—ถ๏ผŒ้ขๅฏนไธ€็ฏ‡ๅ‡ ๅƒๅ†…ๅฎน็š„ๆ–‡ๆกฃ๏ผŒไธ€ๆฎต้‡่ฆๅ†…ๅฎน็š„ไธ€่กŒๆ–‡ๆกˆๅ˜ๆ›ด๏ผŒๆˆ–่€…ๆŸไธชๅคง็ฑป็š„่ง’่ฝๆ‘ธๆ‘ธๅขžๅŠ ไบ†ไธ€ๅฐๆฎตๅญ็ฑป็›ฎ๏ผŒๅฎžๅœจ้šพไปฅๆŸฅๅˆซ

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

hannojg
hannojg commented Aug 9, 2019

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
![Screenshot 2019-08-09 at 18 01 26](https://user-images.githubusercontent.com/16821682/62792504-bd64b080-bacf-11e9-96a8-0d33089332ac.pn

kormbrek-rally
kormbrek-rally commented Feb 5, 2020

This is quite similar to #532 and #544. But different from those, it is happening with a present and valid value for the type attribute of the input element.

  • @testing-library/react version: 9.4.0
  • react version: 16.9.3
  • node version: 8.17.0
  • npm (or yarn) version: npm 6.13.4
  • material-ui/core 3.9.2

Relevant code or config:

        <TextField
          typ
coreui-free-bootstrap-admin-template
Cesaragsilva
Cesaragsilva commented Feb 7, 2020

Guys, help me, please!

So, i'm get this error when i run "ng build".

ERROR in node_modules/@coreui/angular/lib/sidebar/app-sidebar.service.d.ts(6,20): error TS1005: ';' expected.
node_modules/@coreui/angular/lib/sidebar/app-sidebar.service.d.ts(6,55): error TS1005: '(' expected.
node_modules/@coreui/angular/lib/sidebar/app-sidebar.service.d.ts(8,18): error TS1005: ',' expected.
node_modul

mdx-deck
redoc
hverlin
hverlin commented Jan 27, 2020

This is a feature request.

Would it be possible to change the default example value for the integer type?
Right now the default is 0, but since an integer is usually an id, it often makes more sense to use 1 in the examples.

Right now, the workaround is to specify the example every time an integer type is defined.

Not sure if this feature request would make sense for other types

ryan-roemer
ryan-roemer commented Jan 22, 2020

Maybe we consider removing / replacing Deploying with Github Pages section at http://127.0.0.1:3000/docs/advanced-concepts/#deploying-with-github-pages

There seem to be a lot of undocumented assumptions about how you integrated your spectacle presentation and there are lots of deploy options. Might be better to do a spectacle-boilerplate-based deployment tutorial? (Or do that in `spectacle-

brylie
brylie commented Mar 23, 2018

using: Docker
version: 1.5.0

Context

Filters are currently defined by clicking the table header 'filter' icon and then specifying the filter by a popover.

Feature request

Allow users to right click a field value in the data table and then filter by that value (e.g. '>', '<', '=<', '=>', '=', '!=').

Example screenshot

An example of this feature can be seen in [DBeaver](https://db

chakra-ui
hawk-ee
hawk-ee commented Dec 27, 2019

Is your feature request related to a problem? Please describe.
We need to find the source code manually when reading the docs;

Describe the solution you'd like
Direct link to the components source code should be available on it's page at documentation.

mgcrea
mgcrea commented Nov 16, 2017

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

koistya
koistya commented Sep 12, 2019

Add a GraphQL mutation that will be used on the Contact Us page and Send Feedback modal dialog. For example:

mutation {
  sendMessage(type: FEEDBACK, message: "Hello world!", email: "user@example.com")
}

See

  • src/mutations/SendMessage.js
  • src/server/mutations/contact.js

Bonus points for making it work with Firebase reCaptcha.

reakit
WestonThayer
WestonThayer commented Jul 17, 2019

๐Ÿš€ 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

simonguo
simonguo commented Jan 20, 2020
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>
  );
}
FAQ

ๅพž้›ถ้–‹ๅง‹ๅญธ ReactJS๏ผˆReactJS 101๏ผ‰ๆ˜ฏไธ€ๆœฌๅธŒๆœ›่ฎ“ๅˆๅญธ่€…ไธ€็œ‹ๅฐฑๆ‡‚็š„ React ไธญๆ–‡ๅ…ฅ้–€ๆ•™ๅญธๆ›ธ๏ผŒ็”ฑๆทบๅ…ฅๆทฑๅญธ็ฟ’ ReactJS ็”Ÿๆ…‹็ณป (Flux, Redux, React Router, ImmutableJS, React Native, Relay/GraphQL etc.)ใ€‚

  • Updated Feb 18, 2020
  • JavaScript

Created by Jordan Walke

Released March 2013

Latest release 3 months ago

Repository
facebook/react
Website
reactjs.org
Wikipedia
Wikipedia

Related Topics

angular react-native vue
You canโ€™t perform that action at this time.