-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Doc page with Fetch runtime setup examples #364
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Should doc page contain links to examples source code/stackblitz? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should think on how we want to structure ezamples. Having the same vite app like 10 times hurts CI time a looot, especially from forks that cant use the remote cache.
I wonder if a single vite app "connecting" to localhost:3000 and then all the backend adapters can be like 2 files 🤔 food for thought.
Really it could even just be a single example with a single router, and then just a bunch of different dev:hono
, dev:fastify
scripts that starts a different server 🤔
Probably then something like that
|
I can make such refactorings to examples of backend adapters in scope of this PR |
I'd say Leave it for a follow up |
Created new doc page that explains process of setting up UT on server-side that are based on Request/Response
As an example I referred to: https://trpc.io/docs/server/adapters/fetch