Testing and Debugging Next.js13 apps for production
Just curious how testing works for Next.js13 apps, read a little bit on jest but need more insight on production based development... Is testing necessary on all applications and what is the best way to go about testing application and also debugging
2 Replies
These are the best video's from Theo that gave me answers to these questions:
https://www.youtube.com/watch?v=ZGKGb109-I4
https://www.youtube.com/watch?v=FF50H2RWaEY
Theo - t3․gg
YouTube
Why I Don’t Unit Test
Wellp. Y'all knew this was coming. Watch live on Twitch https://twitch.tv/theo
Keywords: TESTING E2E UNIT TESTS CI CD END TO END INTEGRATION TESTING REACT JAVASCRIPT TYPESCRIPT
LIVE EVERY WEDNESDAY AT ROUGHLY 1PM PT
Twitch: https://twitch.tv/theo
Twitter: https://twitter.com/t3dotgg
Instagram: https://instagram.com/fakiebigfoot
Everywhere els...
Theo - t3․gg
YouTube
The ONLY REASON To Unit Test
Grr. I didn't want to but here we are. Typescript can only go so far...
ALL MY VIDEOS ARE POSTED EARLY ON PATREON https://www.patreon.com/t3dotgg
Everything else (Twitch, Twitter, Discord & my blog): https://t3.gg/links
S/O Ph4seOne for the awesome edit 🙏
If you deploy on vercel you can install axiom integretion to see more metrics and error logs about your prod application. It came really handy for me to debug prod problems