

Use The Platform!
Oct 12, 2022
Discover the hidden gems of web development, from harnessing the History API for routing to the power of URLSearchParams. Explore how TypeScript and the DOM API can simplify your coding process. Delve into local storage versus IndexedDB for efficient data management, and learn about the fascinating Web Animations API. Uncover the benefits of native browser APIs and how modern HTML features can enhance functionality. Plus, enjoy a humorous look at parenting and cable management hacks along the way!
AI Snips
Chapters
Transcript
Episode notes
Use the Platform
- Use browser APIs and web standards directly whenever possible.
- Avoid immediately reaching for frameworks or libraries, as the underlying platform may be simpler than you think.
Layers of Abstraction
- Frameworks or libraries can obscure the simplicity of underlying technologies.
- Directly using browser APIs is often less complex and promotes deeper understanding.
URLSearchParams for State Management
- Leverage URLSearchParams to manage application state and create shareable links.
- Store filter values or other relevant data directly within the URL.