

881: What Happened to Remix. Worth Using Axios? Client Only Next.js?
99 snips Mar 3, 2025
Dive into the great Axios vs. Fetch debate and discover which offers the best features for developers. Explore whether Next.js is excessive for projects without backends, and uncover the advantages of HTMX and Alpine.js. Transitioning careers from pilot to software developer? Get insights on how to make that leap. Learn the nuances of podcast advertising and the importance of robust database hosting solutions. Plus, there's a humorous take on wireless earbuds and tips for managing web app performance effectively.
AI Snips
Chapters
Books
Transcript
Episode notes
Scott's Snowboarding Accident
- Scott Jalinski suffered a concussion while snowboarding after catching an edge on a steep slope.
- Luckily, a Syntax listener, Brian Dunn, was there to help him.
Axios vs. Fetch
- Use Axios if your project requires features like interceptors or default headers.
- Consider alternatives like Xior, ky, or custom fetch wrappers for simpler projects to reduce bundle size.
HTMX Limitations
- HTMX shines when your server and UI are tightly coupled, primarily serving HTML for a single UI.
- It's less suitable for local-first apps or APIs supporting multiple diverse UIs.