Svelte Htm

screenshot of Svelte Htm
svelte

tagged template syntax for svelte to simplify testing

Overview

The svelte-htmHyperscript Tagged Markup for svelte is a tool that allows developers to write svelte components in a jsx-like syntax using Standard JavaScript Tagged Templates. It works in all modern browsers and in node. This tool is particularly useful for testing svelte components.

Features

  • Write svelte components in jsx-like syntax in Standard JavaScript Tagged Templates
  • Works in all modern browsers and in node
  • Allows for reactivity using stores
  • Action properties lack the possibility to pass parameters to the action

Summary

The svelte-htmHyperscript Tagged Markup for svelte is a tool that simplifies the process of writing svelte components in a jsx-like syntax using Standard JavaScript Tagged Templates. It provides reactivity using stores and offers feasible workarounds for cases where svelte features are not fully supported. This tool is open-source and licensed under the MIT license.

svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.