

888: You Need a Monorepo × Client Only React × TanStack + More
127 snips Mar 26, 2025
Enjoy a comedic take on the confusion surrounding holiday dates as the hosts share relatable anecdotes. Dive into web development, tackling topics like monorepos, client-only React, and challenges with Next.js. Explore the journey of transitioning from music to software engineering and the benefits of modular approaches. Discover the intricacies of managing asynchronous state and routing methods while reflecting on course creation. Lastly, get entertained by light-hearted parenting fears and updates, all while promoting fun merchandise!
AI Snips
Chapters
Transcript
Monorepo Benefits
- Use a monorepo to manage multiple interdependent projects.
- This simplifies development and deployment, especially for small startups.
Versioning APIs
- Deploying everything simultaneously isn't a robust solution for interdependencies.
- Version your APIs for smoother transitions between updates.
Node.js Ecosystem
- The Node.js ecosystem has well-maintained and poorly maintained packages.
- Popular packages might not be the best, so research and choose wisely.