The Wayback Machine - https://web.archive.org/web/20220709162635/https://github.com/reactjs/reactjs.org/commits
Skip to content
Permalink
main
Switch branches/tags

Commits on Jul 9, 2022

  1. fix: api links in content (#4806)

    * fix: api reference links in content
    
    * fix: link on react dom api page
    akulsr0 committed Jul 9, 2022

Commits on Jul 8, 2022

  1. Remove Singapore from the list (#4801)

    React Knowledgeable website seems to go to some spam website now and the community facebook page has been updated since 2019. Probably no longer active
    
    https://www.facebook.com/reactknowledgeable/
    zanechua committed Jul 8, 2022

Commits on Jul 7, 2022

  1. fix typo in passing-data-deeply-with-context.md (#4795)

    * fix typo in passing-data-deeply-with-context.md
    
    * Fix: typo
    sunil-sharma-999 committed Jul 7, 2022

Commits on Jul 1, 2022

  1. [Beta] Fix empty message styling in console (#4784)

    * fixes empty messages added in console
    
    * Revert "fixes empty messages added in console"
    
    This reverts commit c978a82.
    
    * add min height
    harish-sethuraman committed Jul 1, 2022

Commits on Jun 30, 2022

Commits on Jun 28, 2022

  1. [Beta] Discourage derived state more (#4781)

    * [Beta] Discourage derived state more
    
    * reword
    gaearon committed Jun 28, 2022
  2. Hooks FAQ: Change usePrevious recommendation (#4780)

    * Hook FAQ: Change usePrevious recommendation
    
    * typo
    gaearon committed Jun 28, 2022

Commits on Jun 27, 2022

  1. Fixes hydrateRoot link (#4775)

    Fixes #4770
    geekf committed Jun 27, 2022

Commits on Jun 23, 2022

  1. fix typos (#4767)

    * fix typo
    
    * Update you-might-not-need-an-effect.md
    
    * Update you-might-not-need-an-effect.md
    balazsorban44 committed Jun 23, 2022

Commits on Jun 21, 2022

  1. fix broken link to react router docs (#4763)

    Docs for React Router 6.4+ have moved from the "remixing" to "dev" branch.
    JNaftali committed Jun 21, 2022

Commits on Jun 20, 2022

  1. docs: class properties and object spread are no longer experimental (#…

    …4754)
    
    Co-authored-by: Romain Bohdanowicz <romain.bohdanowicz@formation.tech>
    bioub and Romain Bohdanowicz committed Jun 20, 2022
  2. Fix a typo in #4726 (#4762)

    nvh95 committed Jun 20, 2022

Commits on Jun 18, 2022

Commits on Jun 17, 2022

  1. fix: update broken link for Colorable (#4753)

    Update broken link for Colorable in Color contrast section
    aroyan committed Jun 17, 2022

Commits on Jun 16, 2022

  1. Remove useless comma (#4711)

    Found an additional comma typo when I implemented this example with typescript.
    mass2527 committed Jun 16, 2022

Commits on Jun 15, 2022

  1. Add 18.2.0 info in website (#4747)

    Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
    swarnava and eps1lon committed Jun 15, 2022
  2. Add initial React Labs June 2022 blog post (#4745)

    * Add initial React Labs June 2022 blog post
    
    * Update Robert's url to twitter
    
    * Add link to React Server Module Conventions RFC
    
    * Update 2022-06-15-react-labs-what-we-have-been-working-on-june-2022.md
    
    * Fix url
    
    * Update content/blog/2022-06-15-react-labs-what-we-have-been-working-on-june-2022.md
    
    Co-authored-by: Andrew Clark <git@andrewclark.io>
    
    * Fix Sophie's url
    
    * Fix bulleted list for Offscreen section
    
    Co-authored-by: Luna Ruan <lunaris.ruan@gmail.com>
    Co-authored-by: Andrew Clark <git@andrewclark.io>
    3 people committed Jun 15, 2022

Commits on Jun 14, 2022

  1. Refresh sandbox iconography (#4746)

    * Refresh sandbox iconography
    
    * Remove extra margins
    lebo committed Jun 14, 2022
  2. [Beta] Update the bundler (#4744)

    Should fix stale console logs when resetting a sandbox.
    gaearon committed Jun 14, 2022
  3. Clear should not collapse

    gaearon committed Jun 14, 2022
  4. Fix React Alicante 2022 website link (#4743)

    changing the link from http to https since the http version seems not to get forwarded (404)
    adriankast committed Jun 14, 2022
  5. Expand console by default

    gaearon committed Jun 14, 2022
  6. typo

    gaearon committed Jun 14, 2022
  7. typo

    gaearon committed Jun 14, 2022
  8. [Beta] Capitalize effects

    gaearon committed Jun 14, 2022
  9. [Beta] Synchronizing with Effects (#4742)

    * [WIP] Effects
    
    * More
    
    * More
    
    * Typo
    
    * More
    
    * tweaks
    
    * typo
    
    * note
    
    * Add playsinline
    
    * Fix
    
    * Typo
    
    * Oops
    
    * More content
    
    * Compress a bit
    
    * edits
    
    * oops
    
    * Tweaks
    
    * tweak
    
    * Inline the deep dive
    
    * fix
    
    * typos
    
    * add deep dive
    
    * oops
    
    * Clarify
    
    * Add third case
    
    * oops
    
    * edit
    
    * [beta][effects] Reword effects-in-render counterexample (#4722)
    
    * reframe
    
    * oops
    
    * ok
    
    * edits
    
    * fix
    
    * remove special styling
    
    * tweak
    
    * oops
    
    * tweak
    
    * challenges
    
    * tweaks
    
    Co-authored-by: Sophie Alpert <git@sophiebits.com>
    gaearon and sophiebits committed Jun 14, 2022

Commits on Jun 10, 2022

  1. [Beta] Add console to sandboxes (#4672)

    * added code for sandpack console
    
    * add log
    
    * added console for older bundle
    
    * Revert "[beta] Sandpack - new bundler (#4458)"
    
    This reverts commit 3ab1245.
    
    * adds proper console and removes new bundle
    
    * modify styles
    
    * remove unwanted code
    
    * nit
    
    * fix types (#4677)
    
    * update console
    
    * little nits
    
    * remove unwanted code changes
    
    * update bundler URL
    
    * use `message.firstLoad` for clearing console
    
    * use `refresh` event to clear logs as well (used when going away and coming back to sandpack)
    
    * remove padding for code blocks inside console
    
    * small UI revamps
    
    * change p to div since the sandpack comes inside the p, add try catch and a try catch for the catch again
    
    * tweaks
    
    * Fixes
    
    * Reset unrelated changes
    
    * tweaks
    
    * fix
    
    * fixes
    
    * oops
    
    * Fix
    
    * fix
    
    Co-authored-by: Danilo Woznica <danilowoz@gmail.com>
    Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
    3 people committed Jun 10, 2022
Older