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

Mickey-
Mickey- commented Oct 28, 2019

如题,有时重新翻文档时突然发现某些地方更新了。

相比版本更新的很多内部优化,但凡文档更新大都是需要开发者关注的。
当某天重看文档时,面对一篇几千内容的文档,一段重要内容的一行文案变更,或者某个大类的角落摸摸增加了一小段子类目,实在难以查别

akhileshacc
akhileshacc commented Dec 3, 2019

First, I am not sure how to exactly add Material UI support.
I added by doing this in client.js

<App context={context} insertCss={insertCss}>
        <MuiThemeProvider>
          <CssBaseline />
          {route.component}
        </MuiThemeProvider>
      </App>

Please tell whats the right way to integrate material UI.
Material UI applies styles well when server starts. But at

daffodil11
daffodil11 commented Nov 21, 2019

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

C0DK
C0DK commented Dec 16, 2019

Describe the feature you'd like:

Examples using the getAll queries.

As all the matchers work on a singular element, not arrays, i don't really know how to use the getAll queries, and in my current case i'd really love to use something like:

       expect(getAllByRole("figure")).some(tag =>
                expect(tag).toHaveTextContent(data.current_balance)
       
coreui-free-bootstrap-admin-template
regimani
regimani commented Jan 15, 2020

Is there a way to assign default route/url to a menu group in sidebar? Currently it just toggles the sub-menu items on click. We need to list a default page when the parent menu is active.

redoc
donysukardi
donysukardi commented Oct 31, 2019

Currently the TOC in the sidebar uses <label> and the route change is applied on click. It'd be better if the links are actual anchor links for accessibility reason. Users can then share direct links to different parts of the documentation.

image

The issue I'm facing currently is that

KevinColemanInc
KevinColemanInc commented Jun 2, 2019

Expected Behavior

If you press enter, when editing a invoice line item and if there is not already a blank line, add a new blank line

Current Behavior

If you press enter, when editing a invoice line item and if there is not already a blank line, add a new blank line

Gif demo:

Steps to Reproduce (for bugs)

  1. Go to "Create a new Inv
urql
JoviDeCroock
JoviDeCroock commented Oct 22, 2019

After a conversation on Twitter it turned out there are some area's of the docs we can improve in

  • query.pause, how does this work
  • executeQuery, this accepts a context, add an example of it
  • variables, how are they applied, ...
  • client.suspense, what happens and what changes, ...

If there are others who have had a hard time with certain parts feel free to comment on t

mikeappell
mikeappell commented Jul 11, 2019

If you're in a list block, or a block with a specified alignment (left/center/right), hitting backspace when there's no other text present should remove the list/reset the alignment back to the default.

This is the behavior with lists in vanilla Draft.js as well as Word, and I think it's accurate to describe this as the expected behavior in a rich text editor.

Here's what it looks like in Dr

reakit

Created by Jordan Walke

Released March 2013

Latest release 2 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.