logoalt Hacker News

lelanthrantoday at 6:23 AM0 repliesview on HN

> 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.