1. X
  2. Viktor Lázár
Log inSign up
Viktor Lázár
243 posts
user avatar
Viktor Lázár
@lazarv1982
Building what I wish existed Somewhere between code, music, and games Trying to leave behind something real
Budapest, Hungary
react-server.dev
Joined April 2012
190
Following
147
Followers
RepliesRepliesArticlesArticlesMediaMedia
Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
Don't miss what's happening
People on X are the first to know.
Log inSign up

New to X?

Sign up now to get your own personalized timeline!

Create account

By signing up, you agree to the Terms of Service and Privacy Policy, including Cookie Use.

  • user avatar
    Viktor Lázár
    @lazarv1982
    Jun 10
    I don't think I'm alone in feeling this, but it's getting really tiring to open the feed and see almost nothing but AI posts. And I don't want to unfollow people for it. I get why everyone is talking about AI. It's useful, important, and a lot of us use it every day. But I
    28
  • user avatar
    Viktor Lázár
    @lazarv1982
    Jun 1
    Microfrontends were never really about components. They are about deployment boundaries: who owns a part of the product, who can ship it, and whether they can do it without asking the host application for permission. dev.to/lazarv/microfr… #microfrontends
    Microfrontends Are Deployment Boundaries
    From dev.to
    54
  • user avatar
    Viktor Lázár
    @lazarv1982
    May 22
    Hydration is usually framed as a performance problem. I think it is more useful to frame it as an ownership problem. React selective hydration schedules the root. TanStack Start can defer parts of it. Hydration islands let the page root stop being the unit.
    The Page Root Was the Wrong Unit
    From dev.to
    174
  • user avatar
    Viktor Lázár
    @lazarv1982
    May 20
    “use hydrate” This creates true hydration islands like Astro when the static part is not using any client components, but falls back to deferred deserialization (deliberately not calling it hydration) of the component when nested on a page with above the fold client components.
    @lazarv/react-server
    From react-server.dev
    785
  • user avatar
    Viktor Lázár
    @lazarv1982
    May 17
    This is the thought that made me open-source my old HTML5 Wolfenstein 3D port. Some code ages differently because the future has fewer places to break it.
    What We Lose When Everything Is a Wrapper
    From dev.to
    90