Skip to content

Instantly share code, notes, and snippets.

View rhiokim's full-sized avatar
:octocat:
I'm focusing on somewhere.

Rhio Kim rhiokim

:octocat:
I'm focusing on somewhere.
View GitHub Profile
@rhiokim
rhiokim / gist:f1044879f0a828f390a9a022e74c470f
Last active November 9, 2019 13:07
What's React Suspence & Concurrent Mode?
## Suspence?
* what?
- Beyond React 16, https://www.youtube.com/watch?v=nLF0n9SACd4
* why?
* how?
## Concurrent Mode?
* what?
"prettifySymbolsMode.adjustCursorMovement": true,
"prettifySymbolsMode.substitutions": [{
"language": "typescriptreact",
"substitutions": [
{
"ugly": "function",
"pretty": "ƒ",
"pre": "\\b",
"post": "\\b"
},