chan.dev/ lessons/ reactholiday / 2021

React Holiday 2021, 2021

  1. Welcome to React Holiday 2021!
  2. React 18’s gradual adoption strategy
  3. React to the future
  4. Meet the new root API
  5. Upgrade to React 18 beta, video walkthrough
  6. So, what have you learn?
  7. Use new root API and legacy root API together
  8. Replace the legacy render callback, pt 1
  9. Replace the legacy render callback, pt 2
  10. Opt in to automatic batching with createRoot
  11. Opt out of automatic batching with ReactDOM.flushSync
  12. Video Recap!
  13. What have we learned this week?
  14. React 18’s gradual adoption strategy
  15. What’s a transition?
  16. I failed to find a small transition demo…
  17. Start your Transitions!
  18. Does in pend?
  19. React 18 transitions, video walkthrough
  20. What have we learned this week?
  21. The state of transition
  22. Abstracting
  23. Don’t collapse boundaries
  24. Spead up sluggish inputs with useDeferredValue
  25. Show pending state for useDeferredValue