Telegram Web Link
18 Advanced React Techniques Every Senior Dev Needs to Know

As React applications grow more complex, the patterns that were “just fine” when you were starting out might start to feel limiting. Maybe you’ve built a successful MVP, but now you’re noticing subtle performance issues. Or perhaps your state management has gotten tangled, and your data fetching logic has mushroomed into something unrecognisable. - https://readmedium.com/18-advanced-react-techniques-every-senior-dev-needs-to-know-13456ba2604c

#react
👍2
Nuxt Server Components vs. Lazy Hydration

We all want less JavaScript and better performance.
Both, Nuxt Server Components and Lazy Hydration can help with that in different ways.
In this video, you learn how both work and what the differences are, plus when to use either. - https://www.youtube.com/watch?v=Jijoc0RH_tA

#vue
👍32
Unlocking Web Workers with React: A Step-by-Step Guide

Web Workers provide a way to run certain code in background threads, rather than blocking things on the main thread. This adds some complexity and isn’t always a best first step, but it’s worth knowing how it works. - https://www.rahuljuliato.com/posts/react-workers

#react
👍1
Optimizing heavy operations in Vue with Web Workers

In this article, you'll explore how to use Web Workers in a Vue 3 project to keep the UI responsive while running CPU-heavy tasks. - https://dev.to/jacobandrewsky/optimizing-heavy-operations-in-vue-with-web-workers-3j1b

#vue
2👍1
Secure a Vue app with OpenID Connect and the BFF pattern

In this post, we’ll look at the basic architecture of a BFF solution, the responsibilities of each component, and how it all fits together. - https://duendesoftware.com/blog/20250409-secure-vue-app-with-openid-connect-bff-pattern

#vue
1👍1
So many ranges, so little time: A cheatsheet of animation-ranges for your next scroll-driven animation

Saron Yitbarek explains everything you need to know about animation-ranges in scroll-driven animations. - https://webkit.org/blog/17184/so-many-ranges-so-little-time-a-cheatsheet-of-animation-ranges-for-your-next-scroll-driven-animation

#css
👍3
2025/09/20 17:29:37
Back to Top
HTML Embed Code: