You May Be Looking for a useSyncExternalStore
“when you see a useEffect that updates a useState and returns a value, you might be looking for a useSyncExternalStore.” - https://swizec.com/blog/you-may-be-looking-for-a-useSyncExternalStore/
#react
“when you see a useEffect that updates a useState and returns a value, you might be looking for a useSyncExternalStore.” - https://swizec.com/blog/you-may-be-looking-for-a-useSyncExternalStore/
#react
Swizec
You may be looking for a useSyncExternalStore | Swizec Teller
When you see a `useEffect` that updates a `useState` and returns a value, you might be looking for a `useSyncExternalStore`. This is my current vendetta.
👍1
Migrating a Project from Prettier and ESLint to Biome
Prettier and ESLint are staples in many JavaScript build processes, but Biome offers an interesting ‘one stop shop’ alternative. - https://blog.appsignal.com/2025/05/07/migrating-a-javascript-project-from-prettier-and-eslint-to-biomejs.html
#biomejs
Prettier and ESLint are staples in many JavaScript build processes, but Biome offers an interesting ‘one stop shop’ alternative. - https://blog.appsignal.com/2025/05/07/migrating-a-javascript-project-from-prettier-and-eslint-to-biomejs.html
#biomejs
Appsignal
Migrating A JavaScript Project from Prettier and ESLint to BiomeJS | AppSignal Blog
We'll introduce the BiomeJS project, set it up in a project, and help you decide if you should migrate from Prettier or ESLint to Biome.
👍2
Optimizing Nuxt Server Side Rendering (SSR) Performance
In this article, you'll explore techniques to optimize server-side rendering performance in the Nuxt framework.
From efficient data fetching, caching, to smart deployments and edge rendering - https://www.debugbear.com/blog/nuxt-ssr-performance
#vue
In this article, you'll explore techniques to optimize server-side rendering performance in the Nuxt framework.
From efficient data fetching, caching, to smart deployments and edge rendering - https://www.debugbear.com/blog/nuxt-ssr-performance
#vue
Debugbear
Optimizing Nuxt Server Side Rendering (SSR) Performance | DebugBear
Learn how to optimize server-side rendering (SSR) performance in Nuxt 3 using advanced caching strategies, efficient data fetching, edge deployment with Nitro, and smart component loading. This complete guide covers SSR lifecycle insights, best practices…
👍1🔥1