Skip to content
This repository has been archived by the owner on Aug 11, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 897 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 897 Bytes

Svelte Hacker News

Hacker News clones are the new TodoMVC. Vue has one, Next has one, React and Preact have theirs. And now, Svelte has one.

Svelte is a new kind of framework, one that compiles your component templates into fast, compact JavaScript — either client-side or server-side. You can read more about the design and philosophy in the introductory blog post.

This app is designed to test Svelte's ideas and see if there are any essential features that we're missing, and to act as an example for people looking to build their own Svelte apps. Consider it a perpetual work-in-progress.