Mastering Next.js 13 with TypeScript

In which chapters does Mosh covers the creation for the Full Stack that he talked about in the intro? am i missing something

It will be present in 2nd part.
If you bought the course at discounted price, you will get it for free.
LOL
:joy: :joy: :joy:

My bad, I guess i did not pay attention that Part II is not finished yet. I will be looking forward for the release date.

Mosh shared recently on Twitter that part 2 can be expected in early October.

Any one has knowlege on when the Tracker project with next js will be online.

Did anybody face the issue with installing the dependencies for ā€˜react-emailā€™ when doing (npm run preview-email)?

1 Like

yesā€¦only issue with mac users

same here, got confused with part 2, it was unexpected that itā€™s not out yet.

But part 1 is great, though we are not building issue tracker as promised when I was buying access :rofl:

But Mosh is so good we can forgive him for that, hopefully part 2 will be out soon

The part 2 is live!

go to https://members.codewithmosh.com/ and search for Next courses

I sure did too! Been trying to sort it out for days nowā€¦ I get this when clicking the WelcomeTemplate email:

Attempted import error: 'renderToReadableStream' is not exported from 'react-dom/server' (imported as 'renderToReadableStream').

When I install react-email (and its components) to a brand new project, i have no issue previewing emails but Iā€™ve found multiple people encountering issues with that module in existing NextJS 14 projects. It seems like the react-email team is pretty slow to repro and fix on their end.

Also Iā€™m far from being a pro with NPM and how to sort out versions/dependencies to make things match without the gears grinding. Iā€™m open for any suggestion people have around here!

Iā€™m on PC and Iā€™m running into the following error on npm run preview-email and clicking the WelcomeTemplate file on the left-hand list of emails to preview.

Attempted import error: 'renderToReadableStream' is not exported from 'react-dom/server' (imported as 'renderToReadableStream').

This generous soul provided a solution that worked for me: