figmaプラグイン
figmaのコメントのプラグイン https://www.figma.com/community/widget/1168789542647357646
23 search resultsShowing 1~20 results
You need to log-in
figmaのコメントのプラグイン https://www.figma.com/community/widget/1168789542647357646
1つのsubscriptionで複数のsubscriptionをまとめることができる ただし、priceはユニークなので同一のpriceを複数設定することはできない { "error": { "...
Enclosed, Theories @RunWith( Enclosed.class ) public class TestHogeDto { @RunWith( Theories.class...
mysql https://zenn.dev/shot606/articles/2f3819c16e3d28 https://qiita.com/inouet/items/4f1d7f29972...
観点 controller GET ステータスが200であること ステータスが500であること POST ステータスが200であること ステータスが400であること リクエスト不正 ステータスが...
Java stream distinctByKeys /** * リストから重複するオブジェクトを除却する関数を取得する * * @param keyExtractors 重複判定に使用するフィ...
tips
Flex <SampleCardList flexWrap="wrap"> {cards.map(([k, { value }]) => ( <div key={k}&g...
画像ファイル登録 base64に書き出して保存 処理失敗時に書き出したファイルの削除をしないとゴミファイルが貯まるので注意
atom const categoriesAtom = atom<Category[]>({ key: “categoriesAtom”, default: [], }); cons...
redoc ドキュメント生成 openapi-merger 閲覧性のため分割した OpenAPI document を 1 つのファイルにマージする openapi-generator Serv...
saga apiを使って非同期処理を書く actionsで定義したrequest, success, failureのアクションをディスパッチする import { createUser, Fe...
component selector styledでラップされてるコンポーネントしか使えない 要素にclassNameを渡さないと、styledでラップしてもスタイル効かない 特にmolecul...
ディレクトリ - src // プロジェクトによって変えればok // 各componentはContainerとPresentationで分けるとPresentationはpropsを利用すれ...
tips atoms, molecules 流用性が高いコンポーネントの特徴としては props名にドメイン名を含めず、抽象化されている(NG:profileName→OK:name) marg...
tips データをレイヤーを跨いで渡す時 data classを使う メソッドの引数でインスタンス生成すると楽(データの詰め替えはコンストラクタで定義)
署名 build variant毎にアプリ名を変更する
tips node_env 基本いじらない、development, productionが設定されているがいじると依存ライブラリとかでバグる可能性ある
resources stringのplaceholder room メインスレッド内で呼び出しできない, AsyncTaskやThreadなどを使って別スレッドで処理をかけないとダメ http:...
23 search resultsShowing 1~20 results
Qiita is a knowledge sharing service for engineers.