Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with reactjs.org @ eef56ffd #366

Closed
wants to merge 33 commits into from
Closed

Commits on Jun 23, 2019

  1. Update thinking-in-react.md (#2095)

    Please refer to https://justsimply.dev for the thinking behind these proposed changes.
    EmmaB authored and alexkrolick committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    92ad9c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Update thinking-in-react.md (#2098)

    EmmaB authored and sophiebits committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    39f30d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Add missing function call to example (#2102)

    An example for useEffect omitted the actual invocation of the function in question.
    ravron authored and alexkrolick committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    cb5a61c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2019

  1. Configuration menu
    Copy the full SHA
    4d1197b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. Improve grammar (#2106)

    jsejcksn authored and lex111 committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    1705c25 View commit details
    Browse the repository at this point in the history
  2. Fixed minor code-splitting.md typo (#1292)

    * Fixed minor code-splitting.md typo
    
    * Update code-splitting.md
    
    
    Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
    mattfwood and lex111 committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    6a6b917 View commit details
    Browse the repository at this point in the history
  3. Fixed broken link to discuss.react.org (#2107)

    * Replaced broken discuss.reactjs.org link
    
    On the how-to-contribute page, there is a broken link under the https://reactjs.org/docs/how-to-contribute.html#how-to-get-in-touch section. As outlined in reactjs/react.dev#2080 `discuss.reactjs.org` isn't reachable.
    
    I edited the text to display `Discussion Forums` which links to https://reactjs.org/community/support.html#popular-discussion-forums (as I was unable to find an official reactjs discussion forum).
    
    * fixed text case
    
    changed `Discussion Forums` to `Discussion forums`
    domclone authored and lex111 committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    aa84270 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7847d23 View commit details
    Browse the repository at this point in the history
  5. Add Meetup (#2097)

    Add JaipurJS - JavaScript meetup in Jaipur, Rajasthan, India
    Ayush-Rawal authored and lex111 committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    6fc8c43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03260d7 View commit details
    Browse the repository at this point in the history
  7. Remove tooling support info in fragment docs (#2096)

    Sibiraj authored and lex111 committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    d71c6e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    76588f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. Added free Scrimba React Tutorial (#2111)

    A great video/editor tutorial consisting of 48 hands-on lessons.
    Chris Dickinson authored and lex111 committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    d47597f View commit details
    Browse the repository at this point in the history
  2. Update Production Optimization docs to use terser (#2112)

    * Update Production Optimization docs to use terser
    
    * Update Optimizing Performance.md
    
    * Fix typo
    
    Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com>
    Sibiraj and lex111 committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    c024001 View commit details
    Browse the repository at this point in the history
  3. Update hooks-faq.md (#2113)

    * Update hooks-faq.md
    
    I tripped up slightly while reading this example for using the callback form of a state setter inside an effect. I've added a few lines that might help a hook newbie grok the differences between the examples.
    
    * Update hooks-faq.md
    
    * Update hooks-faq.md
    n3dst4 authored and alexkrolick committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    18f662c View commit details
    Browse the repository at this point in the history
  4. Update tutorial.md (#2115)

    changed 'any React apps' to 'any React app'
    shashank2000 authored and alexkrolick committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    ed9d731 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. Configuration menu
    Copy the full SHA
    2dd6924 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. Configuration menu
    Copy the full SHA
    06a029d View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Revert "fix(Blog): Post title updated to correct word for yes word in…

    … spanish (#2122)" (#2130)
    
    This reverts commit 06a029d.
    carburo authored and alexkrolick committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    26d9c14 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2019

  1. Configuration menu
    Copy the full SHA
    40e96a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Configuration menu
    Copy the full SHA
    b57265b View commit details
    Browse the repository at this point in the history
  2. React Native added support for hooks in 0.59 (#2121)

    * React Native added support for hooks in 0.59
    
    React Native 0.59 and above already support React Hooks, this line is no longer necessary, causes confusion for some people that it is not working right now. We can also mention React Native version if needed.
    
    * update with react native mention of hooks support
    
    * Update content/docs/hooks-faq.md
    
    suggested changes
    
    Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com>
    gamingumar and lex111 committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    06dd4cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1abbde View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Reduce confusion about adding additional fields to .this (#2142)

    As a new React learner, this part was a bit confusing as I though that it was referencing `() => this.tick()` part of the code. My addition would help at least people like me.
    mikkovedru authored and alexkrolick committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    4af9f2d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. Added option for more cdns. (#2144)

    praisedpk authored and lex111 committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    b84fb3d View commit details
    Browse the repository at this point in the history
  2. Update docs about an existence of .elementType (#2145)

    Hi, I've met the same issue on [here](facebook/prop-types#200) at storybook and found the following [PR](facebook/prop-types#211) that adds the `elementType` feature. It could find the doc on npm, but not the official react site.
    lonyele authored and lex111 committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    dc650ec View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2019

  1. Revert "Added option for more cdns. (#2144)" (#2146)

    This reverts commit b84fb3d.
    alexkrolick committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    a091165 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2019

  1. Add React Conf to list of community conferences (#2158)

    * Add React Conf to list of community conferences
    
    * Whoops, put right day in
    jergason authored and gaearon committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    989460f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. docs(hooks): fix typo (#2161)

    neighborhood999 authored and alexkrolick committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    5dca78b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d8e542 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Configuration menu
    Copy the full SHA
    d00058b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Configuration menu
    Copy the full SHA
    eef56ff View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. Configuration menu
    Copy the full SHA
    4210d00 View commit details
    Browse the repository at this point in the history