An open API service indexing awesome lists of open source software.

https://github.com/sveltejs/svelte-hackernews

WIP Hacker News clone written in Svelte
https://github.com/sveltejs/svelte-hackernews

Last synced: about 2 months ago
JSON representation

WIP Hacker News clone written in Svelte

Awesome Lists containing this project

README

          

# Deprecated in favour of https://github.com/sveltejs/sapper-hacker-news

---

# Svelte Hacker News

## https://hn.svelte.technology

Hacker News clones are the new TodoMVC. [Vue](https://vue-hn.now.sh) has one, [Next](https://next-news.now.sh) has one, [React](https://react-hn.appspot.com) and [Preact](https://preact-hn.appspot.com) 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](https://svelte.technology/blog/frameworks-without-the-framework).

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.