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,566 public repositories matching this topic...

penghuwan
penghuwan commented Nov 26, 2019

้—ฎ้ข˜ๆ่ฟฐ

Input,TextArea็ป„ไปถๆ–‡ๆกฃๆฒกๆœ‰ไป‹็ปๅฐ็จ‹ๅบ็ซฏ็š„ๅ…ผๅฎน็Šถๅ†ต

ๅค็Žฐๆญฅ้ชค

ไบฒ็ˆฑ็š„ๅผ€ๅ‘่€…ไปฌๆ‚จๅฅฝ๏ผŒๆˆ‘้‡ๅˆฐ็š„้—ฎ้ข˜ๅฆ‚ไธ‹

  1. ๆˆ‘ๆƒณ่ฆไฝฟ็”จInput,Textarea็ญ‰็ป„ไปถ๏ผŒๅนถๆƒณ่ฆ่ฟ็”จไบŽๅฐ็จ‹ๅบไธญ
  2. ๆŸฅ้˜…taroไธญ่ฏฅ็ป„ไปถ็›ธๅ…ณ็š„ๆ–‡ๆกฃๅŽ๏ผŒๆฒกๆœ‰ๅชๆœ‰H5/RN็ซฏไป‹็ปไบ†ๅ…ผๅฎนๆ€งๅทฎๅผ‚๏ผŒ่€Œๅพฎไฟก๏ผŒๆ”ฏไป˜ๅฎ็ญ‰ๅฐ็จ‹ๅบ็ซฏๆฒกๆœ‰ไป‹็ปๅ…ผๅฎนๆƒ…ๅ†ต๏ผŒๅฆ‚ไธ‹ๅ›พๆ‰€็คบ

ๅฑๅน•ๅฟซ็…ง 2019-11-26 ไธ‹ๅˆ12 05 43

3.่ฏท้—ฎ่ƒฝๅคŸ่กฅๅ……ไธ€ไธ‹ๅ—
4. ้žๅธธๆ„Ÿ่ฐข๏ผ

ๆœŸๆœ›่กŒไธบ

่ƒฝๅคŸๅœจInput,Textareaๆ–‡

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

XenorPLxx
XenorPLxx commented Jan 15, 2019

Hello!

Reactotron provides nice feature of exporting whole API calls to markdown, which I've noticed recently and started using heavily to communicate bugs to backend developers.

Would be great if those markdown exports also included local timestamp, as it'd allow backend developers to correlate my logs with theirs. It's especially important for timeout cases where I don't have any of their

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
mdx-deck
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-

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

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

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 10, 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.