Svelte Example Museums screenshot

Svelte Example Museums

Author Avatar Theme by Benjazehr
Updated: 10 Jun 2019
29 Stars

An example repo of a svelte app that is IE11 compatible

Overview

Creating a Svelte app that is compatible with Internet Explorer 11 can be a challenge, but this project serves as an excellent guide for those looking to bridge the gap between modern web development and older browser support. Built on the foundation of the official Svelte Template, this configuration leverages technologies like Rollup, Babel, and core-js to ensure functionality across various environments.

The original project highlights a commitment to accessibility and usability, even in outdated browsers. The author hints at exploring alternative methods for styling in Svelte components, opening the floor for community input and collaboration. This approach not only makes it easier to share code but also invites suggestions for improvements, fostering a stronger development community.

Features

  • Svelte Compatibility: Built on the official Svelte Template, ensuring a solid foundation for your project.
  • IE11 Support: Uses Rollup and Babel to ensure compatibility with Internet Explorer 11, making your app accessible to a wider audience.
  • Core-js Integration: Incorporates core-js to polyfill missing features in older browsers, enhancing functionality without compromising performance.
  • Flexible Configuration: The Rollup config is open for customization, allowing developers to tailor it to their project’s specific needs.
  • Community Engagement: Openly invites suggestions for sharing styles, promoting a collaborative approach to problem-solving.
  • Alternate Versions: Offers an alternative version using Buble, providing options for developers with different preferences or requirements.

This project not only creates an accessible web app but also encourages continuous improvement and community-based solutions in the Svelte ecosystem.