Next.js 13 – Introduction & Tutorial

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Would be great if you could add chapters to this video.

TwistedChaz
Автор

This was a great stream! The architecture of the appdir was much more clear

thedigitalceo
Автор

59:41
Shouldn't it be a separate module ala `nextjsFetch()`? These random extensions to the arguments of a built-in definitely won't help writing isomorphic code, especially now when node 18 is stable and also has `fetch()` out of the box.
1:03:21
How does `searchParams` interact with `URLSearchParams` (which is also a nodejs built-in now) and is there a way to force nextjs to use the latter for parsing search params?

raenjoyer
Автор

Are we paying for each request made to our back-end (api) with the Vercel premium plan ? I mean on each fetch ?
Thanks in advance and thanks for your awesome videos. :)

hakkasama
Автор

I didn't like how the fetching with different tools than fetch should work. Axios is a good example, we have the need both in server side components and in clients components. So, how should it be configured? Is it working the same way it was before?

ThugLifeModafocah
Автор

Hope to eat this 1:46:12 hours of Next 13 tutorial for free tonight

synt-x
Автор

thanks sir, a very beginner here, please share the link if there is any sample app which demonstrate in NextJS (using NextJS for both backend & fronent), Sign In / Sign Up and a Form page with different Input Types handling like: checkbox, dynamic dropdown, dynamic dependent dropdown, dropdown with search, dropdown with multi selects, radio button / group etc. (any other if forgot to mention), as these are very common types used in most of the business apps. regards

ahmedharoon
Автор

What does this error mean when i run npm dev? TypeError: Cannot read properties of undefined (reading 'config')

ronananderson
Автор

What if I don't know next js before, I want a next js crash course but for the 13th version

developer_hadi
Автор

Is there a way to use turbopack and turborepo with a Node.js server folder?

georgekrax
Автор

I have a question about non variable fonts. How do we import different weights (from google fonts / not local)?

Should I declare in different variable like

const roboto400 = Roboto({weight: "400"});
const roboto700 = Roboto({weight: "700"});

?

garbjorn
Автор

So can I call database mutations in the app folder ? Are they automatically server side?

greendsnow
Автор

Is it possible to have the `app` folder in the `src` folder much like the `pages` folder?

raenjoyer
Автор

Amazing stream. When will the next one be?

ionelCristianLupu_
Автор

Any example available how to get the @next/font extended as fontvariable in the tailwind.config.js?

flosty
Автор

Hey Lee, when are you pushing your site to GitHub? (Could be a next branch)

oskrm
Автор

looking forward to sessions discussion

andriisukhariev
Автор

How to mount a client component that would be there in every route kinda like root layout?

raiyansarker
Автор

Does RTK still makes sense with NextJS 13?

jggabayno
Автор

What if you want to make your meta tags page specific? How do you do this in next13? Do all head pages get merged into one?

wayneswildworld