

Potluck! Node Versions, Old Man Internet, Responsive Design + MORE
Jul 27, 2022
Tune in for insights on resolving Node.js version errors and tips for navigating social media effectively. Discover the power of Prismic as a headless CMS and explore the benefits of using Svelte for custom components. The evolution of responsive web design takes center stage, highlighting modern techniques and tools. Plus, enjoy a lively discussion about the charm of can-shaped glasses and reflections on the podcast's success. It's a potluck of web development wisdom and personal stories!
AI Snips
Chapters
Transcript
Episode notes
Resolving Node Version Errors
- Recreate the project and run
npm install
again when encountering node version errors. - Consider using Docker or the
engines
property inpackage.json
for specifying node versions.
Using Social Media for Networking
- Share valuable content and engage with others' questions on social media.
- Avoid tagging unrelated individuals for self-promotion; focus on genuine interactions.
Bundler for React Component Library
- Use TSDX for building React component libraries; it provides a good starter with necessary tools.
- Consider Vite as an alternative, especially if you need multiple inputs and outputs.