Skip to content

sandeep97reddy/chatWebapp-Next13-Trpc

Repository files navigation

typescript stack --chat app(Next js, TRPC, react query, zod, Mongodb/Mongoose, firebase file upload( s3 code removed cause of card issues)) Screenshot (316) Screenshot (317)

next js 13( with mordern file structure)

note: here im use react trpc adapter in frontend.( next client adapter not supported for next 13 mordern file structure)

there is lots of hydration issues, after hundreds of attempts i switched from next adapter to react adopter, working just enough for now .


Next.js + tRPC

This example shows how you can make a typed query using a minimal implementation of tRPC following this as a reference.

Setup

npx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-minimal-starter trpc-minimal-starter
cd trpc-minimal-starter
npm i
npm run dev

Development

Start project

npm run dev        # starts next.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors