Taun
Taun
TTCTheo's Typesafe Cult
Created by cbr4l0k on 8/31/2024 in #questions
I'm done, really need to learn how to develop.
Prisma, Nextjs is the bees knees. All else requires complex data fetching and mutations, such as GraphQL, you can avoid that wiht Nextjs.
12 replies
TTCTheo's Typesafe Cult
Created by cbr4l0k on 8/31/2024 in #questions
I'm done, really need to learn how to develop.
Though there will be less resources with Svelte as it's new. Nextjs is prob the way to go.
12 replies
TTCTheo's Typesafe Cult
Created by cbr4l0k on 8/31/2024 in #questions
I'm done, really need to learn how to develop.
If you don't need a job in hte industry maybe check out Svelte 5 as it's a far simpler dev experience, without React virtual dom
12 replies
TTCTheo's Typesafe Cult
Created by cbr4l0k on 8/31/2024 in #questions
I'm done, really need to learn how to develop.
Read the Nextjs docs too
12 replies
TTCTheo's Typesafe Cult
Created by cbr4l0k on 8/31/2024 in #questions
I'm done, really need to learn how to develop.
12 replies
TTCTheo's Typesafe Cult
Created by cbr4l0k on 8/31/2024 in #questions
I'm done, really need to learn how to develop.
Learn without TS first, so you cna use Cursor.ai to convert a codebase from TS to JS. Understand Next15 server-side patterns very well and see the 'best practises' and pit falls. There's a specific way of doing it. Study repos that use the modern Next way and learn TS as you go. Keep asking CursorAI to explain the code and tell you what learning topics to learn. Google those topics or just have AI write blog posts for you. Study this man's repos very well and you'll be good to go. It may take 6 months or so to understand, so take your time. Start small, ToDo apps using Next14. There's an old way of doing things which won't be very helpful for the modern way, so try to focus on this guy
12 replies
TTCTheo's Typesafe Cult
Created by cbr4l0k on 8/31/2024 in #questions
I'm done, really need to learn how to develop.
Learn Next best practises, there's a Youtube video by Vercel explaining the pitfalls.
12 replies
TTCTheo's Typesafe Cult
Created by cbr4l0k on 8/31/2024 in #questions
I'm done, really need to learn how to develop.
https://github.com/hanna-fmw/blog-next14-prisma/tree/master Nextjs Prisma is the modern way - with Nextjs server components, actions.
12 replies