Next.js 14 Full Course 2024 | Build and Deploy a Full Stack App Using the Official React Framework

Next.js 14 Full Course 2024 | Build and Deploy a Full Stack App Using the Official React Framework

JavaScript Mastery

1 год назад

1,477,245 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Andres Castillo
Andres Castillo - 20.09.2023 11:56

You are fantastic my friend

Ответить
Beto Sabino
Beto Sabino - 19.09.2023 23:34

Very good, class show

Ответить
Elliott Mejia
Elliott Mejia - 17.09.2023 08:37

I love this, and the pace is great- my only (slightly pedantic) critique is that when you add className after complex logic, it really kills those of us that use emmet abbreviations!

I think your students would prefer this, considering this is an advanced framework and emmet is much easier to type. I'd rather be thinking about what i'm typing than going back and typing className... but VSC doesn't always pick these things up if there's an arrow function within the element's parameters.

Ответить
info@kannada
info@kannada - 16.09.2023 19:16

I did not liked your video 👎

Ответить
Om Tripathi
Om Tripathi - 15.09.2023 15:35

im new to react but i have got basic understanding of it as well as a in depth js understanding so should i learn typescript right now or should i work on the skills i already have and build more projects?

Ответить
Erhahon imafidon
Erhahon imafidon - 15.09.2023 14:43

I just hope am among the lucky 1000. These resources has helped us alot here in Nigeria where access to quality web dev resources or bootcamps r heavily limited

Ответить
Erhahon imafidon
Erhahon imafidon - 15.09.2023 14:42

I already signed up of the e-book when r u releasing it exactly.
I hv learned so much 4rm ur courses.
Thanks 4 what u do

Ответить
Havohej
Havohej - 15.09.2023 14:39

Tried multiple times but google wouldn't allow me to use localhost as an authorized domain. Is this a recent change ?

Ответить
Reginald Armah
Reginald Armah - 15.09.2023 01:36

As a beginner, should i learn Nextjs or Reactjs

Ответить
Samyak Jain
Samyak Jain - 14.09.2023 12:20

This is an awesome course!! Thanks for providing such project with exact details. Can you tell me which extension of VSCODE were you using for that auto complete code suggestions?

Ответить
SpiRit Nova
SpiRit Nova - 14.09.2023 08:13

What's the name of the theme you're using?

Ответить
Codefactory
Codefactory - 13.09.2023 20:15

Where can I get this wallpaper

Ответить
Romeo
Romeo - 12.09.2023 16:51

i am getting problem in varifing gmail in regex pattern. at time of login. some are getting problems and few not. Anyone has solution for this, i already tryed some diffrent patterns also.

Ответить
Viktoriia Protasova
Viktoriia Protasova - 12.09.2023 16:47

Thank you for such a great practice!! I would love a tailwind crash course too!!

Ответить
Samer Taha
Samer Taha - 11.09.2023 21:38

getting access denied You do not have permission to sign in.

Ответить
Subhajit Adhikary
Subhajit Adhikary - 11.09.2023 12:44

Whoever is facing the issue, after deploying the site to vercel and whatever they do, the home Feed containing all the prompts is not updating, they can do the following to solve the issue using 'revalidate', inside the '/api/prompt/route.js' file. Theis worked for me:-

import Prompt from "@models/prompt";
import { connectToDB } from "@utils/database";

export const revalidate = 0; //This is the extra line added before the GET request

export const GET = async (req) => {...}

The issue is basically vercel is taking it inside ISR in spite of normal function.

Ответить
Subhajit Adhikary
Subhajit Adhikary - 11.09.2023 12:39

hey Adrian, I loved watching and coding along with your web dev projects. I really liked this course on Next.js , keep doing such good work bro. Thanks a lot again😇😇

Ответить
Ал М
Ал М - 11.09.2023 12:28

Very much of copy pasting. Author! Write code by hands for more understanding him)))

Ответить
Creative Art Design
Creative Art Design - 09.09.2023 09:21

What is missing here is if you dont whant to use google or other provider!..only email and verification email by links.
can you make a video in that to complement this video?

Ответить
GreekTrojanDev
GreekTrojanDev - 09.09.2023 06:13

FOR EVERYONE WHO HAS THE DENIED PERMISSION AFTER WRAPPING THE LAYOUT IN THE PROVIDER:

make sure your mongodb password doesn't have any capitals in it or double check your login credentials.

Ответить
KHAYS
KHAYS - 08.09.2023 20:38

Hi what Icon Pack are you using? I really like it!

Ответить
mahdi zangeneh
mahdi zangeneh - 08.09.2023 10:27

Thank you for the video. As a side note, the reason you had to re-run the project to see the changes was that the Profile page was imported with a lowercase "p" instead of an uppercase one. It's strange that it didn't throw any errors, but that's why your changes weren't applied until you re-ran the project.

Ответить
Rumah Programmer
Rumah Programmer - 08.09.2023 09:02

what's your extension you use for suggestion code before writing code?

Ответить
Bilal Arif
Bilal Arif - 07.09.2023 12:50

What's the extension you are using to get AI code

Ответить
Egor Podolskiy
Egor Podolskiy - 07.09.2023 00:37

We should minimise svg images for lighter bundle

Ответить
Bilal Arif
Bilal Arif - 05.09.2023 15:55

What is the file icon type?

Ответить
cart0_0n
cart0_0n - 05.09.2023 05:43

hello everyone!! can you guys please suggest me something?

it been 4 months since i have started doing frontend developer, using html , css , js (no framework), so what should i do now ? which framework should i go with ? next.js or react.js ? any suggestions please

Ответить
Zainab Salah
Zainab Salah - 04.09.2023 11:51

I cant thank u enough really amazing !

Ответить
Bakhromjon Khasanboyev
Bakhromjon Khasanboyev - 04.09.2023 10:32

very quality content

Ответить
Yash Oswal
Yash Oswal - 03.09.2023 23:50

How do we make a backend fetch call here i.e from NextJs to a Python backend? A rest call?

Ответить
Contos Muito Misteriosos
Contos Muito Misteriosos - 02.09.2023 12:04

Hi Adrian, unfortunately I can't run npm run dev it gives error, I tried to delete node modules and package lock and the npm install, didn't success too, I installed xampp and installed apache and mysql not working too

Ответить
Aw Man
Aw Man - 02.09.2023 01:56

Awesome tutorial, but i'm having issues with mongoDB - the account data doesn't get written in the cluster :/

Ответить
muhamad Brilliant
muhamad Brilliant - 01.09.2023 14:19

hi im ur subscriber from indonesia..add indonesia substitle
please

Ответить
Sergi
Sergi - 31.08.2023 12:28

I'm pretty stuck on the Google sign in, when clicking on the "Sign In" navbar button I am directed to a page with a "Sign in with Google" button that when pressed just quickly reloads that same page with the Google sign in button, no errors of any kind, at the end I ended up copying the code from Github to rule out typos but nothing is working.

Edit For anyone experiencing this, I solved it by upgrading the Node.js version, I was having issues with 18.0.0 but worked on 18.17.1

Ответить
noname
noname - 30.08.2023 14:14

I want to learn next 13 and tried to follow your tuto.. but I can t get any client component working properly. was there recently some new new changes that broke everything ???

Ответить
John Downie
John Downie - 29.08.2023 16:52

Really loving this tutorial!

I was getting the error message "Access Denied - You do not have permission to sign in" as my Google Account name incorporates a nickname. A nickname is displayed in either brackets or quotes so will fail to match the username validation logic defined in the MongoDB User schema. To get around this, you could further sanitise the username input value or change the match conditions in the schema.

Ответить
SevDev
SevDev - 29.08.2023 12:04

Как ты сделал плавный курсор когда пишешь код?

Ответить