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
- Host: GitHub
- URL: https://github.com/sveltejs/svelte-hackernews
- Owner: sveltejs
- Archived: true
- Created: 2017-03-03T14:06:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T21:54:29.000Z (almost 8 years ago)
- Last Synced: 2025-09-03T12:35:16.904Z (2 months ago)
- Language: JavaScript
- Homepage: https://hn.svelte.technology
- Size: 700 KB
- Stars: 78
- Watchers: 6
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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.