T
TanStack11mo ago
metropolitan-bronze

External Providers

I'm sorry for the dumb question, but what is the best place to include external providers on @tanstack/start project? I'm trying to use MantineUI, Clerk and Convex. All of them requires a provider around the app. I face a lot of errors with hydrateRoot, independent of the place that I use. Someone have a recomendation?
2 Replies
sharp-indigo
sharp-indigo11mo ago
put it in the route component in the root route
sharp-indigo
sharp-indigo11mo ago
GitHub
router/examples/react/start-clerk-basic/app/routes/__root.tsx at ma...
🤖 Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering. - TanStack/router

Did you find this page helpful?