svelte-hackernews icon indicating copy to clipboard operation
svelte-hackernews copied to clipboard

WIP Hacker News clone written in Svelte

Results 6 svelte-hackernews issues
Sort by recently updated
recently updated
newest added

It keeps happening, that I am searching for some information about Svelte or Sapper and I keep getting HackerNews results, about something completly unrelated :/ I see no reason why...

Over a couple of hurdles but fell at the end. node -v v8.9.1 ``` npm install cross-env --save-dev npm install rimraf --save-dev ``` updated package.json scripts section: ``` "scripts": {...

It would be nice with some info on how to reproduce this in development, what dependencies you need globally, what commands to run and what they do, along with a...

Hi, By the looks of it, embedding the bundle.js(8.2KB), main.css(1.5KB) into the document(3.1KB) can easily fit into the 14KB sweet spot(12.8KB in total, maybe even better when gzipped together). It...

When navigating to https://svelte-hn.now.sh, navigating back using the browser back button doesn't seem to work. I'm not too sure why that's happening however 🤔 Not sure if it's a browser...

to avoid unnecessary network requests when list pages are requested. Should probably keep a lot of the comments in memory as well