Layout component in route vs using a layout route performance
Does having a layout route make it more performant to move from one page to the other compared to just having the two routes and inside each the content is wrapped by a Layout component?
I'd guess there isn't much of a difference since Tanstack Start does client side routing but maybe I'm missing something.
I'd guess there isn't much of a difference since Tanstack Start does client side routing but maybe I'm missing something.