Tech Watch RSS Feed
All the articles I've selected.
- Published: at 02:00 PM(Tiger Abrodi)
Explore whether React Context was a design mistake, understand its performance implications with re-renders, and learn practical solutions including smaller contexts and alternative state management approaches.
- Published: at 01:53 PM(Tymek Zapała)
Learn how to declutter your React components by separating logic from presentation using component hooks. A practical guide to writing cleaner, more maintainable React code with real-world examples.
- Published: at 08:48 AM(Tiger Abrodi)
Take your React Query knowledge to the next level.
- Published: at 08:40 AM(Tony Alicea)
A comprehensive technical deep dive into React Server Components, exploring how they work under the hood, their performance implications, and best practices for implementation.
- Published: at 09:58 AM(Amrik Malhans)
The browser makes use of a single main thread for executing most important tasks, it's responsible for running JavaScript, handling user interactions, and updating the DOM. The main thread also performs the layout and painting. These are browser's high-level tasks that are bound to the main thread
- Published: at 02:46 PM(Michal Matuška)
In this post, let's consider several optimization techniques for improving Core Web Vitals metrics for sites that are built with React.
- Published: at 02:40 PM(Aleks Elkin)
dive deep into the new features of React 19 and how it improves the integration with Web Components.
- Published: at 02:39 PM(Robin Wieruch)
How to validate forms in React without a form library on the server and the client ...
- Published: at 02:30 PM(Chris Coyier)
Explore React 19's improved Web Components support, with practical examples of prop handling, event management, and server/client-side rendering differences. Learn how to effectively combine React and Custom Elements in your applications.
- Published: at 02:22 PM(Brecht De Ruyte)
The year 2024 might be a big one for web components. I just started out with learning about them in a deeper level. In this article, some of the basics and lingo.