Standard Search
About 102 results
https://blog.nove-b.dev/posts/typescript-react-usestate-dispatch-generic · 11 Jan 2025
useStateの型 useStateの状態管理関数をPropsで渡すとき、受け取る側は という方で受け取ることになる。 ジェネリクスのメリットがいまいち 関係ないけどずっと気になっていた「ジェネリク...
https://ayc0.github.io/posts/blocz-react-responsive-v4-0 · 1 Jan 2025
@blocz/react-responsive v4 was just released. Let’s go through all the different features and changes added by this new major version
https://blog.nove-b.dev/posts/expo-react-native-apk · 28 Dec 2024
作成中のマストドンクライアントアプリの1つの機能が完成したので実機で活用したいという思いが生まれ、apkを作成することにした。 最初のビルドを作成するを参考にして進めていき、無...
https://blog.nove-b.dev/posts/expo-plus-not-found-file · 7 Dec 2024
Expoでreact nativeのアプリを作成する時、インストール時のディレクトリ構成で+not-found.tsxとかいう謎のファイルがあった。たぶんというか確実に404ページではあるんだろうけれど、+が付いてい...
https://saewitz.com/the-mental-model-of-server-components · 4 Dec 2024
hydration and composition
https://blog.nove-b.dev/posts/environment-construction-react-native-2024-12/index · 1 Dec 2024
毎回React Nativeの環境構築に苦労するので、2024年現時点でしっくりした環境構築の方法を残しておく。 立ち上げるアプリの環境 Expoでアプリを立ち上げる でプロジェクトを作成すると、 の...
https://mikebifulco.com/newsletter/why-new-frameworks-make-better-developers · 26 Mar 2024
A look at the cognitive science behind the Hierarchy of Competence, and how dabbling with new frameworks and tools can make you a better developer.
https://marko.tech/journal/react-cheatsheet-basics · 4 Mar 2024
A quick cheatsheet on how to use some of the most commonly used React.js features.
https://hipstersmoothie.com/blog/posts/including-static-files-with-rscs · 27 Jan 2024
Why bundling static files into a Next.js App Router build is harder than it looks, and how webpack's require.context and custom loaders solve it.
https://hipstersmoothie.com/blog/posts/conditionally-rendering-rscs · 8 Jan 2024
How React Server Components can be conditionally rendered by passing them as children to client components, with an MDX post-preview example.