A question about app router support
I've missed yesterday's stream, and idk if t3 now officially supports the app router or not.
5 Replies
yes
pnpm create t3-app@latest
are the docs updated?
@cje
no, but you should be using the docs of each library anyway
that was true for pages router was well
we'll get something similar to the old ones up for app router soon but it's mostly just going to be links to the official resources, as always
Ok thanks!
Will the docs (app) or did Theo's talk cover the important parts of RSC? Like how to do mutations, all the caching stuff etc?
server actions
Also, is TRPC still used with the new create t3-app?
And is there a migration guide from pages to app?
Upgrading: App Router Migration
Learn how to upgrade your existing Next.js application from the Pages Router to the App Router.