Skip to content

Instantly share code, notes, and snippets.

@rhiokim
Last active November 9, 2019 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhiokim/f1044879f0a828f390a9a022e74c470f to your computer and use it in GitHub Desktop.
Save rhiokim/f1044879f0a828f390a9a022e74c470f to your computer and use it in GitHub Desktop.
What's React Suspence & Concurrent Mode?
## Suspence?
* what?
- Beyond React 16, https://www.youtube.com/watch?v=nLF0n9SACd4
* why?
* how?
## Concurrent Mode?
* what?
- In general, https://en.wikipedia.org/wiki/Concurrency_(computer_science)
- In React
* why?
* how?
## References
* https://reactjs.org/blog/2019/11/06/building-great-user-experiences-with-concurrent-mode-and-suspense.html
* https://hackernoon.com/magic-of-react-suspense-with-concurrent-react-and-react-lazy-api-e32dc5f30ed1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment