<Script> equivalent in TSS?
I'm trying to integrate a new feature board / feedback widget from another product. They don't have a TSS example so I was looking at their nextjs example.
Does TSS have a https://nextjs.org/docs/app/api-reference/components/script equivalent?
Components: Script | Next.js
Optimize third-party scripts in your Next.js application using the built-in
next/script
Component.1 Reply
absent-sapphire•3mo ago
Document Head Management | TanStack Router React Docs
Document head management is the process of managing the head, title, meta, link, and script tags of a document and TanStack Router provides a robust way to manage the document head for full-stack appl...