Open mashabow opened 5 years ago
https://github.com/appcypher/awesome-wasm-runtimes
自分のも足してもらおうとしてる
https://www.youtube.com/watch?v=2awepiNoaZI&feature=youtu.be
https://speakerdeck.com/kogai/take-care-to-invalidate-client-side-storage
netlifyでStorybookもパブリックにしている
https://github.com/kufu/smarthr-ui
https://github.com/ossan-engineer/react-zangief
https://github.com/karen-irc/option-t
React.lazy を触った
基本の使い方
lazy()
の引数はPromise<{ default: React.FC }>
を返す関数でありさえすればよいので、リトライ処理を自前で追加することができる。ネタ元:How to retry when React lazy fails - DEV Community 👩💻 👨💻
読み込み失敗を error boundary でハンドリングするかわりに、ここでやってもよさそう。
2Captcha
👊