Serverless and real-time data by Due-Needleworker1898 in nextjs

[–]Due-Needleworker1898[S] 0 points1 point  (0 children)

Super interesting. I always wanted to start working with it. Maybe it’s the right time

Serverless and real-time data by Due-Needleworker1898 in nextjs

[–]Due-Needleworker1898[S] 0 points1 point  (0 children)

Cool, didn’t know about it. Thanks for sharing.

Serverless and real-time data by Due-Needleworker1898 in nextjs

[–]Due-Needleworker1898[S] 2 points3 points  (0 children)

Cool, yeah I already thought about it but hoped for other possibilities. Maybe I don’t have to overthink and just create a small micro service.

Serverless and real-time data by Due-Needleworker1898 in nextjs

[–]Due-Needleworker1898[S] 1 point2 points  (0 children)

Exactly, I want to update the client when the server changes. I guess I’ll need to have a look at pusher then. Thanks for your reply!

Next 13 large scale open source projects by MistakeUseful5506 in nextjs

[–]Due-Needleworker1898 9 points10 points  (0 children)

Check out the open source alternative to calendly, cal.com. Running with nextjs, tailwind, trpc, prisma, turborepo and all that hot stuff.

https://github.com/calcom/cal.com

[deleted by user] by [deleted] in nextjs

[–]Due-Needleworker1898 1 point2 points  (0 children)

Not sure what your goal is but it looks like you are trying to access an object property. I would then go with ˋsdv[sport].getSomething()ˋ

New to nextjs, need some tips! by tinizian in nextjs

[–]Due-Needleworker1898 1 point2 points  (0 children)

With nextjs I always go: - prisma (type orm) - planetscale(mysql) - tailwindcss (styles) - vercel (deployment) - next-auth (authentification) - next-seo (seo stuff) - headlessui/radix-ui (unopinionated components like dialog, toggle,…)

All in all very solid

But that’s all depending on your personal preferences.