2021-05-19
ひとこと
なし。
読んだ
📝 : 下の方に内容メモあり
☁︎ Salesforce
- Salesforce Launches Dynamic Interactions, New Low-Code Innovation for Building Interactive Apps Fast - Salesforce News
- Salesforce Dynamic Interactions - YouTube
- 動画のデモのほうがわかりやすかった。ブログ書いた
Web, Frontend
- A Complete Guide To Incremental Static Regeneration (ISR) With Next.js — Smashing Magazine
- Next.js の ISR についてわかりやすい記事。今だと Zenn とかで日本語記事ありそうだけど
- Google Workspace Updates: Google Docs will now use canvas based rendering: this may impact some Chrome extensions
- Google Docs が HTML ベースから Canvas ベースへ。複雑な描画処理を Wasm でみたいな方向にもなるんだろうか
- Link と ISR が引き起こす Next.js の過負荷
<Link />
はデフォルトで prefetch: true なので、リンク先が ISR だと無駄な再生成が増える
- クサアプリを支える Web Components を作った
- 絵文字をファビコンとして表示する簡単な方法
Rust, WebAssembly
その他
- 英語で情報発信してたら中の人が次々と助けてくれるようになった - 丁寧に手を抜く
- 継続的に学習するために効いたやり方 3 つ - $shibayu36->blog;
- やりたいことリストを作っておく、今日の TODO リストを作る、2 分間コーディング
読みたい
- :running_man: An introduction to WebAssembly for JavaScript Developers
- How to Build a Webview-Powered VS Code Extension with LWC | Salesforce Developers Blog
- HTTP キャッシュ入門の入門 – cat /dev/random > /dev/null &
- Keeping third-party scripts under control
- Using asynchronous web APIs from WebAssembly
- The webworkers driven UI framework neo.mjs version 2 release announcement | by Tobias Uhlig | Apr, 2021 | ITNEXT
- 楕円曲線暗号アルゴリズムを理解する| TechRacho(テックラッチョ)〜エンジニアの「?」を「!」に〜| BPS 株式会社
- Use CSS Variables instead of React Context | Epic React by Kent C. Dodds
- 📕 Tokio チュートリアル (日本語訳)