Back to articlesTutorial
The Proxy Component in React
A simple pattern to shield your codebase from change: centralise an implementation instead of scattering it across every file.
#react#patterns#components
Mike Codeur
August 01, 20265 minTutorial
…
Written by
MC
Mike Codeur
Author
Related Articles
DevelopmentIntroduction to Next.js 16
What actually changes when you build with Next.js 16 and React 19: async params, Server Components, Server Actions and Turbopack.
Aug 03, 20265 min
Read more
Design
Tailwind CSS v4: configuration moves into your CSS
No more tailwind.config.js. v4 moves the whole configuration into your stylesheet, with @theme, @plugin and @custom-variant.
Aug 02, 20264 min
Read more