Тёмный

Prisma & Next.js 

Sam Meech-Ward
Подписаться 124 тыс.
Просмотров 21 тыс.
50% 1

Опубликовано:

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 30   
@nickruiz8497
@nickruiz8497 7 месяцев назад
Can't tell in the video but does Prisma code completion capability require the project to be using Typescript? I have 2 next projects and noticed that the code completion only works in typescript. Hopefully I may have just missed something.
@heguer87
@heguer87 Год назад
amazing work! documentation is never that clear, they make it look obvious but sometimes is not. A little more explanation like this is gold! My goal is to complete the 3 videos you got here. the extra on your website is pretty nice to follow the video step by step. Great work so far man!
@musicsheddcom
@musicsheddcom Год назад
why would you rather use axios than fetch which is built in?
@BrandonClapp
@BrandonClapp Год назад
In next 13, we will just be able to make the component async and use prisma from the component with no http request!
@SamMeechWard
@SamMeechWard Год назад
you can do the same in next 12 using getServerSideProps or getStaticProps
@nikitakalpakovski5138
@nikitakalpakovski5138 Год назад
There's an issue with using PostgreSQL and Next API routes: Next API routes are essentially lambda functions, and lambda functions can quickly cause connection issues with a database such as PostgreSQL. PostgreSQL has no built-in connection pooling, so managing the number of connections to the database is left to the application. If your application runs on lambda functions, every new lambda function will create a new connection pool. Since lambda functions cannot share each other's connection pools, the number of connections to the PostgreSQL database will increase as more lambda functions are spawned (that is, as you get more users using the app). As such, it isn't recommended to use lambda functions and PostgreSQL, unless you are using a proxy between the database and your lambda functions to manage the connection pool for those lambda functions. It should be noted that using a proxy will increase your infrastructure costs, since it is yet another server that needs to run alongside your database.
@Saradomin65
@Saradomin65 Год назад
Good note. What db is best alternative for it? MySQL? MongoDB?
@fieryninja2374
@fieryninja2374 Год назад
@@Saradomin65 Definitely MySQL as an alternative
@martinsc9138
@martinsc9138 10 месяцев назад
Hi, great video! A question, I would like to know what to implement in the share functionality? any ideas?
@AutisticThinker
@AutisticThinker Год назад
30:36 - They do now, it was why I was watching... Good stuff though, learned a few things. :)
@unhandledexception1948
@unhandledexception1948 Год назад
great video, would love to see this fully exploited in a nextjs / react admin dashboard type project:-)
@jefrycayo4582
@jefrycayo4582 9 месяцев назад
Thanks a million Sr. This is good information for my education and bussines :)
@markuscwatson
@markuscwatson Год назад
Glad I found this channel. Great job. Will be binging your content.
@yoman9446
@yoman9446 Год назад
you're the best sam
@brun3tto
@brun3tto Год назад
thanks a lot for the video! really liked your way of teaching :D
@nickkelly6862
@nickkelly6862 5 месяцев назад
Copilot... mind blown.
@horne1395
@horne1395 Год назад
this guy just became my favorite programming teacher lol. Hilarious all throughout
@RalfSchlindwein0
@RalfSchlindwein0 Год назад
anyone know what are the extensions he´s using? That autocomplete is lit!
@Chizzel007
@Chizzel007 Год назад
It's called Copilot.
@mohammadmalek5042
@mohammadmalek5042 Год назад
thanks
@teetanrobotics5363
@teetanrobotics5363 Год назад
Amazing content. Please make more Nextjs content.
@SamMeechWard
@SamMeechWard Год назад
Thank you 😊 Experimental app directory & server components content, or stable pages directory?
@andrewiglinski148
@andrewiglinski148 Год назад
@@SamMeechWard Dude if you're interested do some state management stuff with the app directory. I just set up this current project with the app directory for the first time and I redux working with redux-persist, but I can't help but think there has to be a better way... Also, super solid video. I'm just becoming more of a fan of prisma after being super into mongoose and sqlite for a while and I think I've watched this video like 8 times.
@Sbz-i2c
@Sbz-i2c 11 месяцев назад
You saved me thank you so much
@ellisbrown3539
@ellisbrown3539 Год назад
Amazing tutorial :D Thank you!
@NeoCoding
@NeoCoding Год назад
tnx
@diego0ji
@diego0ji Год назад
Best video ever
@DuyTran-ss4lu
@DuyTran-ss4lu Год назад
Awesome. Thanks a lot
@MrBox4soumendu
@MrBox4soumendu Год назад
Very nice :)
Далее
How to set up Prisma with Next.js and Postgres!
17:40
The Ultimate Guide To Next.js Route Handlers - CRUD
1:14:53
Why prisma calls directly in Next is a MISTAKE
7:51
Просмотров 16 тыс.
Every Developer Needs a Raspberry Pi
27:27
Просмотров 632 тыс.
Prisma 2 (Node JS ORM) Crash Course
1:17:37
Просмотров 55 тыс.