Chi Ma

Results 3 issues of Chi Ma

Right now in the code, we are using a plain array to store HTMLElement. This can cause run-time unable to gabage collector those HTMLElement after the HTMLElement already remove in...

When working on adding canonical tag for doc site, I try to use loader result from tanstack.com/app/routes/query.$version.tsx to generate the canonical link. This work fine for SSR inital response, but...

There are a know issue with this approach: https://github.com/TanStack/tanstack.com/issues/191 But alternative solution mean modify each route to capture the request and generate canonical url there.