https://developer.mozilla.org/ja/docs/Web/HTML/Element/abbr
abbreviation の略。略語や頭字語を表す。
使用例
{ | |
/* ------------------------------------------------------------------ | |
* Original | |
------------------------------------------------------------------ */ | |
/** | |
* window | |
*/ | |
"window.title": "${rootName} - ${dirty}${activeEditorMedium}", | |
"window.zoomLevel": -1, |
https://developer.mozilla.org/ja/docs/Web/HTML/Element/abbr
abbreviation の略。略語や頭字語を表す。
使用例
JavaScript Primer 迷わないための入門書
https://jsprimer.net/
TypeScript Deep Dive 日本語版
https://jestjs.io/ja/docs/setup-teardown
https://github.com/RevenueCat/react-native-purchases
https://www.revenuecat.com/docs/reactnative
https://www.revenuecat.com/docs/getting-started#4-using-revenuecats-purchases-sdk
Purchases.configure({ apiKey: process.env.API_KEY });
Concepts / How EAS Update works
https://docs.expo.dev/eas-update/how-it-works/
Channel と Branch の概念が存在する。
ビルドされたアプリケーションは eas.json
で設定された Channel を持つ。
Channel には Branch を紐付けることができ、Branch を更新することで Channel に紐付けられたアプリケーションを更新することができる。
https://developer.mozilla.org/ja/docs/Web/API/Crypto/randomUUID
uuid の生成に使用できる。