Can I use server actions in nextjs 15 for graphql request
Running getServerSideProps auth checks from external function call
What are the best learning resource for experienced developers?
Are t3env client side env vars set at build time or runtime?
process.env.NEXT_PUBLIC_*
with values at build time, so I was wondering if this is the case with t3env?
I'm building my app as a docker image (skipping env validation) so I can setup env vars when deploying.
Are t3env client side env vars set at build time or runtime?...How to Respond to a POST Request by Rendering Page Route with Access to the Request Payload
Next lint fail prisma edge
src
but it doesn´t help.
Have anyone a idea? Sorry for my bad english. ...What would be the best or more efficient way to -partly- convert CodeIgniter to Next.js
Video not showing correct length on Windows Photos app
Is there a way to trigger GitHub Copilot suggestions by pressing a key instead of showing always?
NextJS (on vercel) or TanStack start for performing a lot of requests (in a simple manner)
tRPC Query Invalidation Issue with Client-Side Data Fetching and Initial Data from server component
default env values from value
[next.js] should i cache this query?
unstable_cache
, those query results will be shown to every user, but i'm not 100% sure....uploadthing how to upload custom file type
is trpc good for rest apis?
Is `loading.tsx` in the root of my Next.js project bad practice?
router.refresh()
- I was using UploadThing and I'd call router.refresh() inside of onClientUploadComplete
to update the UI with the documents the user had uploaded. I would fetch the documents in the page (server component).
This was causing the entire page to refresh and scrollbar to be reset etc.
I eventually found that if I deleted the ROOT loading.tsx file, the router.refresh() wouldn't refresh the entire page - only the components that used the data I needed....Is it expected for a default create T3 app to take 500ms+ on each route (in dev)
next dev --turbo
with and without Drizzle, but I still can't understand why it's so slow in development mode when running locally. Should I try running React without Next.js or take other steps to improve it?
```
GET / 200 in 2353ms
✓ Compiled /api/trpc/[trpc] in 276ms
[TRPC] post.create took 422ms to execute...T3 Stack - Next Auth Bug