読んだ記事– category –
-
記事を読んだメモ
今週の読んだ記事(メモ・感想) 今週はこれら 雰囲気で使わない React hooks の useCallback/useMemo https://qiita.com/seya/items/8291f53576097fc1c52a useMemoの内部までみてコストを考えているところ見習いたい 子供に渡すときだけuseCallback なるほ... -
【読んだ】TypeScript-Evolution
【読んだ】TypeScript-Evolution TypeScript-Evolution -
【読んだ】Scalable Frontend #1 — Architecture Fundamentals
【読んだ】Scalable Frontend #1 — Architecture Fundamentals ・責務の違いでレイヤーを分けること layer-based architectureは application, domain, infrastructure, and inputの4つに分けられる AJAXリクエスト、ブラウザCookie、LocalStorage、または... -
【読んだ】ReactJSのsetStateを理解する。「Understanding ReactJS — setState」
【読んだ】ReactJSのsetStateを理解する。「Understanding ReactJS — setState」 Understanding ReactJS — setState reconciliation(the process of re-rendering the components tree) リコンシリエーション(コンポーネントツリーを再レンダリングするプ... -
【読んだ】useReducer + useContext for easy global state without libraries
【読んだ】useReducer + useContext for easy global state without libraries こないだフロントエンドの友達からRedux使わず、アプリ全体のstateを管理するにはどうしたらいいのだろうか。しんどそうというLINEが来たので ContextAPIだと思うけどと思い深...
1