Hi guys! I was trying out Tanstack Router examples for SolidJS:
- https://tanstack.com/router/latest/docs/framework/solid/examples/basic-solid-query-file-based
- https://tanstack.com/router/latest/docs/framework/solid/examples/kitchen-sink-file-based
I wonder why when navigating pages in example 1 the entire page seems to be flickering but it does not happen in example 2. Can anyone give me explanation ? thanks!