The Ultimate Guide To Next.js Route Handlers - CRUD

The Ultimate Guide To Next.js Route Handlers - CRUD

5,934 Просмотров

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


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

@prashlovessamosa
@prashlovessamosa - 12.09.2023 21:50

I was searching for this
Your notification
Thanks man

Ответить
@bitkillerjones
@bitkillerjones - 12.09.2023 23:41

i know this is minor but its prisma not prism

Ответить
@mrspecial3170
@mrspecial3170 - 13.09.2023 02:17

What is really confused me is the typescript.. i prefer the jsx.

Ответить
@owl3379
@owl3379 - 13.09.2023 02:23

You should ddo the same also for server actions :)

Ответить
@FendiFliperachi
@FendiFliperachi - 13.09.2023 02:27

Just what I was looking for! And finally someone who doesn’t do “User Posts” or “Todos” as examples

Ответить
@destocot1729
@destocot1729 - 18.09.2023 06:44

great video, why do you filter the books if the page gets reloaded anyways? after the delete request

Ответить
@ayushkathariya
@ayushkathariya - 18.09.2023 13:29

I am using next auth to protect my api route handlers and i am using Google oauth strategy. But when I send fetch request from server components i get unauthorized but when i send same request from client component i got the result . Why is this happening?

Ответить
@FarazFKhan
@FarazFKhan - 19.09.2023 21:48

At the very end, if you've set the new state for books via setBooks, why is the return elements of the page not rerendering? Why is a window reload required separately?

Ответить
@shumit
@shumit - 20.09.2023 07:45

Thank you very much for covering the PATCH and DELETE methods !! They are hardly found on YT. Thanks again !!

Ответить
@johndeer8405
@johndeer8405 - 21.09.2023 06:18

Grateful as always! Was wondering if you can do a quick vid on how to display unique user data in dashboard other than session data. For example, products/services that a unique seller has created and orders associated with said products/services. Thanks again

Ответить
@kalel19x
@kalel19x - 23.09.2023 10:50

Great video @brettwestwooddeveloper, doing a NextJS13 project and I'm basically using most of your tutorials as a backbone for our project and it's helping tons. Thank you!

Ответить
@sayednaweed745
@sayednaweed745 - 08.10.2023 03:11

Great explanation.
Thank you.

Ответить
@prashlovessamosa
@prashlovessamosa - 04.11.2023 15:30

Forgot your password 😅 haven't uploaded any stuff.

Ответить
@oketunbiolufunke1142
@oketunbiolufunke1142 - 20.11.2023 19:24

I keep getting a 500 status code(internal server error)when either posting or getting data from the db

And can’t really figure out where the issue is from

Ответить
@fakn9159
@fakn9159 - 23.11.2023 10:42

Exactly what is needed. A full rundown of everything important with real examples. Great!

Ответить
@harsinghsekhon5935
@harsinghsekhon5935 - 29.11.2023 13:49

Thanks Again Brett!

Ответить
@aguud
@aguud - 20.12.2023 10:29

how to display the old value of the book inside the input form when editing?

Ответить
@alexdin1565
@alexdin1565 - 21.12.2023 22:12

thanks for this amazing tutorial please can you do a video about pagination

Ответить
@joseernestoroldan
@joseernestoroldan - 05.01.2024 20:34

Hello! Really awesome tutorial! I understood everything, very well explained. I just wanted to know if it would be possible to have also delete method inside the edit route.

Ответить
@gudisa-1
@gudisa-1 - 15.02.2024 08:57

Well Done Brother..

Ответить
@kennedyodhiambo2010
@kennedyodhiambo2010 - 06.05.2024 20:47

THIS VIDEO IS FANTASTIC, I'VE LITERALLY SPENT DAYS TRYING TO FIGURE THIS OUT THEN BUMPED INTO THIS VID, COVERS EVERYTHING EXACTLY AS I NEEDED
YOU DESERVE A BEER ON MY TAB

Ответить
@enechukwuchibuike7234
@enechukwuchibuike7234 - 17.06.2024 16:50

Amazing Tutorial.

Thank you.

Ответить
@TypeScriptTV
@TypeScriptTV - 21.08.2024 11:56

Great tutorial! For the next one, could you consider using an in-memory database like SQLite? It would help beginners avoid setting up accounts and real databases.

Ответить