Updates and discussions related to Svelte including changes in the changelog, the introduction of the official MCP server, and various technical improvements and bug fixes. The episode also features a detailed demonstration of the MCP server's capabilities, showcasing how it can enhance the use of AI with Svelte by providing prompts, resources, and tools to improve code generation and debugging.
In this episode of Svelte Radio, the hosts welcome Jeppe Reinhold from Chromatic to discuss the dramatic improvements in Storybook's Svelte integration. Jeppe shares how a critical video by Brittany struggling with Storybook setup sparked a complete overhaul of the Svelte experience, leading to better collaboration with the Svelte core team and significant enhancements in functionality.
The conversation covers new features like Svelte
CSF for writing stories in native Svelte syntax, improved testing capabilities, support for async components, and
upcoming features in Storybook 10. The team also discusses the philosophy behind component-driven
development, the challenges of integrating with remote functions, and Storybook's future direction including AI
support and better theming capabilities.
In this episode of "This Week in Svelte" we take a close look at how to build mobile apps using Svelte and Capacitor.
01:26 Changelog
14:12 Showcase: EATView
36:28 Discussion: Mobile apps with Capacitor
Changelog: fixes and improvements such as handling the 'not' selector, ensuring video elements play in Safari, and correcting issues with multi-line comments on props. The episode also discusses updates to SvelteKit, including fixes for SSL settings, cookie name validation, and improvements to the language server. Additionally, Bruno presents manifest.build, a backend-as-a-service that simplifies backend development using a single YAML file.
Latest updates and changelog for Svelte and SvelteKit. Deep dive and demonstration of s-kit, a SvelteKit toolkit for composing responsive email templates and simplifying template creation.
Updates and features in the Svelte ecosystem. The episode starts with a discussion on Svelte 5.7.4, highlighting bug fixes related to inert effects, component destruction, and store access. It also introduces new features like allowing the 'const' tag inside Svelte boundaries and ensuring consistent signal writing validation. The episode then delves into SvelteKit updates, including improvements in handling redirects, preloading, and dynamic dependencies. Additionally, it mentions the removal of post-install scripts due to security concerns and the introduction of new types for page and layout props. The episode concludes with a community showcase featuring Svelte Radar, a VS Code extension that provides a visual overview of SvelteKit routes, making navigation and development more efficient.
Changelog and a showcase of Threlte 8, which fully supports Svelte 5. The episode discusses various updates and fixes in Svelte, including improvements in file binding, reactivity, and template effects. The main highlight is the presentation by Gisha, the creator of Threlte, who demonstrates Threlte 8's capabilities, including its integration with Svelte 5 and the introduction of Threlte Studio, a tool for 3D development with Svelte.
Svelte updates and a showcase by Eno on a new component called Svelte Cartesian. The episode starts with a changelog covering various fixes and improvements in Svelte, including event handler changes, input value handling, and CSS pruning. Eno then presents Svelte Cartesian, a tool for visual regression testing that helps render all combinations of a component's props for testing purposes.
Latest updates and features in the Svelte ecosystem, particularly around SvelteKit. The episode highlights the introduction of experimental async SSR (Server-Side Rendering), which allows for asynchronous operations directly within Svelte components, significantly improving developer experience.
I've tried Svelte Native recently for building an iOS/Android app for a web-based app that already built with Svelte, and it was quite successful! In this session, I'm going to show how Svelte Native works (also with NativeScript a little bit), how much you can reuse code from the Svelte-based web counterpart or what exactly you cannot, and how it suites for full-stack engineers thanks to dramatically reduced costs of context switches between web and mobile (since both are in Svelte!).
In this talk, we'll discuss how we can let content creators keep the excellent editorial workflows that WordPress provides, while leveraging Svelte on the frontend to provide a phenomenal user experience.
In this talk I'll show you how you can use Primo (an open-source desktop app) to quickly build interactive, easily editable websites using Svelte. In the process I'll demonstrate how Svelte's powerful features enable both Primo's component-driven development & lean, accessible, fast-loading static sites.