Skip to content

Instantly share code, notes, and snippets.

@eps1lon
Last active June 29, 2021 12:53
Show Gist options
  • Save eps1lon/021367c667bcc2df3a79e535cd6b2eb4 to your computer and use it in GitHub Desktop.
Save eps1lon/021367c667bcc2df3a79e535cd6b2eb4 to your computer and use it in GitHub Desktop.
React 18

API

Q: Why do we need a new API? instead of render/hydrate+unmountComponentAtNode A: reactwg/react-18#5 (comment)

testing

Material-UI

  1. From the meeting on 2021-06-25 regarding levels: If we are level 3 compatible should we already start wrapping setState calls in startTransition (e.g. TextField onChange)?

    Ideally almost every update should be wrapped in a transition somehow.

    -- reactwg/react-18#63 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment