Last active
November 9, 2019 13:07
-
-
Save rhiokim/f1044879f0a828f390a9a022e74c470f to your computer and use it in GitHub Desktop.
What's React Suspence & Concurrent Mode?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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