你可能會喜歡
会社でのコーディングAI活用の取り組みについて書きました! エンジニアのコーディングAI活用の必須化とこれまでの道のり - Hello Tech tech.hello.ai/entry/ai-codin…
AIツールは日々進化しているため、ポジションを取らずその時々で1番良さそうなツールをすぐ取り入れて使うのが良い感じがする
【プレスリリース】 AutoReserveでは、台湾と香港におけるユーザーがそれぞれ10万人を突破いたしました。 これからもより多くの方に、末永くご愛顧いただけるよう、サービス向上と拡充を図ってまいります。 #AutoReserve prtimes.jp/main/html/rd/p…
prtimes.jp
AIによるレストラン予約サービス「AutoReserve」、台湾と香港で登録者数が10万人を突破!
株式会社ハローのプレスリリース(2025年6月9日 15時00分)AIによるレストラン予約サービス「AutoReserve」、台湾と香港で登録者数が10万人を突破!
Submitted a PR to allow all official StyleX ESLint rules in React Strict DOM 🔥 This was the last friction for our RSD usage in our production website so I'm pretty happy about it. github.com/facebook/style…
github.com
[eslint-plugin] support validImports options for all rules by javascripter · Pull Request #1085 ·...
What changed / motivation ? Continuing on #1039, this PR adds validImports option to all eslint rules with support for both the string and object syntax uniformly, for RSD compatibility and other c...
Created a PR to upstream my react-strict-dom postcss plugin 🧑⚕️ RSD & Nativewind are both promising technology for universal development but RSD stands out as it doesn't require react-native-web, which leads to bundle size bloat github.com/facebook/style…
github.com
[postcss-plugin] Implement custom importSources for React Strict DOM compatibility by javascripter...
What changed / motivation ? This PR adds importSources option to be configurable in order to allow reusing the plugin for react-strict-dom, and sets platform: "web" as babel.calle...
React Native/Expoのネイティブビルドを簡単に高速化する方法、ccacheを使うのがおすすめ。 2回目以降のネイティブビルドが場合によっては10倍くらい速くなる上に、ccacheをインストールしてフラグを有効にするだけで有効化できる reactnative.dev/docs/build-spe…

Expo SDK 53 added an ability to cache build binaries for expo run:[android|ios] 💡 Here's my single-file cache provider plugin to store cache in node_modules/.cache gist.github.com/javascripter/5… Could be useful when working on multiple branches in parallel
![javascripter's tweet image. Expo SDK 53 added an ability to cache build binaries for expo run:[android|ios] 💡
Here's my single-file cache provider plugin to store cache in node_modules/.cache
gist.github.com/javascripter/5…
Could be useful when working on multiple branches in parallel](https://pbs.twimg.com/media/GqhKulNbcAEYxYc.jpg)
【テックブログ】 ”グローバルアプリケーションにおけるマルチStripeアカウントの実践” ハローのエンジニアが執筆した記事を公開いたしました! tech.hello.ai/entry/multi-st…
defaultValueの変化に対して初期値をリアクティブにしたい場合、keyでのremountによるリセットやuseEffectによるリセットのコードをよく見るけど、値を変更済みかを記憶しておく方が便利かなと思ってる

SSR の Client Component 側の書き方、 半分ぐらいは「gSSP や SC から受け取る Props は、ある意味で『初期値』である」っていう感覚が大事だと思う もう半分は Hydration Error 対策 SSR の S の字も書いてないけど、この記事が分かりやすいと思う zenn.dev/yumemi_inc/art…
🚀 StyleX v0.12.0 is out. The new PostCSS Plugin now replaces esbuild / Next.js / Webpack integrations. You can even use it to run Storybook with Next.js! 🔥 🔗 Release: stylexjs.com/blog/v0.12.0/ 🔗 Example: github.com/javascripter/n…
github.com
GitHub - javascripter/next-storybook-vite: https://github.com/facebook/stylex/issues/788
https://github.com/facebook/stylex/issues/788. Contribute to javascripter/next-storybook-vite development by creating an account on GitHub.
手軽にExpoアプリのビルドを高速化する方法、node_modules/.cacheにMetroのキャッシュを入れるのがおすすめ。 Turborepoでnode_modules/.cache/metro/*キャッシュしてRemote Caching有効にすればCIでもturbo build && npx eas update --autoでキャッシュ使われて速くなる github.com/byCedric/expo-…

github.com/vercel/next.js… Next.jsでRspackが使えるようになるみたい。 Next.jsはバンドラと密結合した機能が多い上に進化のペースも早く、これまでTurbopackの代替が出てきても安定性の面で採用しづらかった。 公式にサポートされれば本番でも採用しやすくなるため、良いニュースだと思う
github.com
Next.js plugin for alternate bundler by wbinnssmith · Pull Request #76186 · vercel/next.js
This adds a new package allowing users to opt-into using Rspack in place of webpack in Next.js. While there is some logic to handle rspack in core, the actual third-party dependencies are not inclu...
RN / Expoのアプリの高速化で一番コスパが良いと思うのがReact Compilerの有効化。Webと比べて再レンダリングのコストが高くメモ化するだけで大幅に高速化する。 strict: true + render内の副作用を避けるなど、React Compilerが動くようにリファクタリングする価値あると思う docs.expo.dev/guides/react-c…

【テックブログ】 ”時間対価値の高いコードレビュー” ハローのエンジニアが執筆した記事を、テックブログにて公開いたしました! tech.hello.ai/entry/code-rev…
Next.jsで意図せずSuspenseが呼び出されてloadingが出てしまう時のデバッグ方法、DebugSuspenseというコンポーネント用意しておくと簡単に原因特定できてめっちゃ便利

Claude Code、今日1日がっつり使ってみたけどかなり精度高いなと思った。Clineと比較しても、編集失敗したり無駄な動きや失敗も少なくてよく出来ている。 エディタの方が生成されたコードの手直ししやすい場面もあるものの、使い勝手よく流行りそう。
Next.js 15.2で有効になったStreaming Metadataめちゃ良くて、ページ遷移早くなる これまでgenerateMetadata()でのAPI呼び出し中ページの表示がブロックされて遅くなってたが、並行して行えるようになり画面表示/TTFBが速くなる。 SSG/ISRしてるページでは使えないのが欠点
Next.js 15.2 • Redesigned Error UI & Improved Stack Traces • Streaming Metadata • Turbopack Performance Improvements • View Transitions (experimental) • Node.js Middleware (experimental) nextjs.org/blog/next-15-2
United States 趨勢
- 1. #JoyForum 1,486 posts
- 2. #2025MAMAVOTE 343K posts
- 3. Good Thursday 20K posts
- 4. Brevis ZK 141K posts
- 5. Mila 18K posts
- 6. Deport Harry Sisson 12.9K posts
- 7. Friday Eve N/A
- 8. #MC필릭스의_냉터뷰 13.5K posts
- 9. MC FELIX FRIDGE INTERVIEW 14.6K posts
- 10. #FridgeInterview_MCFelix 13.8K posts
- 11. #thursdaymotivation 1,784 posts
- 12. Tomonobu Itagaki 7,524 posts
- 13. Deloitte 9,463 posts
- 14. Ninja Gaiden 12K posts
- 15. BNB Chain 20.7K posts
- 16. DuPont 2,129 posts
- 17. Dead or Alive 10.8K posts
- 18. Pelosi 148K posts
- 19. Mad Max 4,519 posts
- 20. John Fetterman 30.1K posts
你可能會喜歡
Something went wrong.
Something went wrong.