Convex Trello Example
Hey all!
Might be a dumb question but I pulled down this repo example after watching the YouTube stream:
https://github.com/TanStack/router/tree/main/examples/react/start-convex-trellaux
But when I run the project it seems to be misconfigured or missing some setup steps?
GitHub
router/examples/react/start-convex-trellaux at main · TanStack/router
🤖 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
20 Replies
Let's see, is there no "create a board" flow?
I'm checking this out fresh now
no just a blank screen
my env variables are set...
Based on the query at the bottom on the devtools things are good
I'll tinker around further and report back later, thanks!
This project has been on pause for a bit while we waited for TanStack Start to reach alpha, but now that it's announced I'm getting back to it — so expect things to improve, more demos coming.
What does your Convex dashboard look like for this project? Try
npx convex dashboard
from that directoryFor me this seed script runs https://github.com/TanStack/router/blob/main/examples/react/start-convex-trellaux/convex/board.ts#L18-L29
GitHub
router/examples/react/start-convex-trellaux/convex/board.ts at main...
🤖 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
which creates a single board you should be able to click on
but I'm also seeing an error, I'll fix this
the seeding is working now but im seeing errors with the dependencies
maybe i need to pull this project folder on its own 🤔
You need to run
pnpm run dev
from the main directory of tanstack-router
but there are going to be some other issues too, I'm opening a PR now to fix
I've did the demo yesterday with an existing node_modules directory that wasn't using the latest version of convexcan we eventually have a separate repo for these demos that arent bundled with the router repo?
absolutely, for the react-query integration you can clone https://github.com/get-convex/convex-react-query which is the library and an example
GitHub
GitHub - get-convex/convex-react-query
Contribute to get-convex/convex-react-query development by creating an account on GitHub.
for TanStack Start you may need to wait a bit before we pull it out because Start is changing so much that it's hard to maintain outside of the repo
Also docs here https://docs.convex.dev/client/tanstack-query
but we'll get a quickstart and a CLI wizard up for TanStack Start before long
working better now, only issue is on reload I see this error but no biggie
thanks for your hard work!
sweeet
works great, thank you
I'm seeing some interesting loading behavior on full refresh, we'll be looking into this maybe with some help from TanStack Router folks next week
Even when everything is working we'll need to provide some guidelines, TanStack Start is going to provide the option for different tradeoffs but we want to have a straightforward suggested path to get started with for loading strategy.
appreciate the heads up
TanStack/Router Fix is merged