Which content creator offers the best material to learn Nextjs?

I know and have a bit of experience with React and would like to learn Nextjs solidly.
6 Replies
bedesqui
bedesqui12mo ago
https://www.youtube.com/@joshtriedcoding has some amazing videos on Next and Theo's T3 stack tutorial can get you from 0 to production ready in a few hours https://youtu.be/YkOSUVzOAA4
YouTube
Josh tried coding
Hi. I'm Josh and my goal is to have fun creating stuff and sharing that here on youtube. It's nice to have you here!
Theo - t3․gg
YouTube
T3 Stack Tutorial - FROM 0 TO PROD FOR $0 (Next.js, tRPC, TypeScrip...
I've never worked this hard on a video before. I really hope y'all can benefit from this 🙏 GITHUB REPO https://github.com/t3dotgg/chirp DEPLOYED APP https://xn--uo8h.t3.gg/ GET A JACKET IF YOU'RE COOL LIKE THAT https://shop.t3.gg/ ALL MY VIDEOS ARE POSTED EARLY ON PATREON https://www.patreon.com/t3dotgg Everything else (Twitch, Twitter, Discor...
Alefe Bispo - BRT
Thank you!
pandeyman
pandeyman12mo ago
While videos are a great learning resource, nothing beats the feeling that you get when you solve problems and learn while making something on your own, just start making a project while following the next.js docs and google your way to success!
Alefe Bispo - BRT
This is what i want to do. I already have a app build with react and i want to pass it to Next. Thanks for the advice
Huperniketes
Huperniketes12mo ago
They're fine for learning Next in a specific model: pages vs appdir, but their coverage on using trpc is lacking.
Grey
Grey12mo ago
I mean ahead of the basics, trpc is basically just........ calling functions. other than that the docs cover their lifecycle and how to setup other stuff like middleware etc. pretty well
Want results from more Discord servers?
Add your server
More Posts
How to read client env using env-nextjswhen attempting to read client variables env.ms always seem to fail on createEnv. I have defined it Loads of questions on setting up ESLint and Prettier for different IDEsTheo's recent video about Prettier promted me to look into eslint and prettier and make sure it's seWhere in create t3 app project can I put a proxy server?I would like to have a proxy server that runs along side my web server. This is the server I'm using<template> and stubborn hydration warnings...So in case you don't know, here's the default behavior of declarative shadow DOM: 1. `<template shadAPI Layer with App DirHi all, With tRPC still in limbo with the new app directory, I’m tempted to go back to GraphQL as mIs there a way with app dir layouts to do something like "island" based pages?I am making a dashboard where various sections are shown depending on the url. Is there a way I can Add token requirement to public TRPC endpoint to add to DB (create-t3-app)I've created a public TRPC endpoint on the exampleRouter like so: ``` export const exampleRouter = Javascript / Typescript ORMs like Drizzle or PrismaGuys sorry i know this is a very beginner question. I've been mostly a backend developer most of my VSCode Debugging - Does Client Side debugger break points work?So I've got server side debugging working in VSCode with breakpoints but I can't for the life of me Data fetching in NextJs 13.4+I have a question about this statement - In this new model, we recommend fetching data directly in t