Hacker News new | ask | show | jobs
by lelanthran 12 days ago
> react is, underneath everything, a really elaborate way to not repeat your navbar.

That specific use-case is now replaced by having a single, small webcomponent for client-side includes.

    <cs-include remote-src="..."></cs-include>
Is a much better dev-XP than configuring the server, then tying your sources to that specific server.