Svelte Hacker News logo
  • top
  • new
  • show
  • ask
  • jobs
  • about

Show HN: Web worker and polling exp / HN client app

pravosleva.pro

6 points by pravosleva a year ago

demo and src inside

newstories will be loaded in web worker

polling for comments refresh in main thread

configurable worker cache

pravosleva 10 months ago

0.0.2 Updates:

- Notes list modes added: top, new, etc. - In Worker: Main queue will be aborted when mode changed - see also about AbortController [0] - Each note could be added to favorite list in LocalStorage (limit was set to 1000)

[0]: https://developer.mozilla.org/en-US/docs/Web/API/AbortContro...

nenadg a year ago

Nicely done

  • pravosleva a year ago

    Thanx for watching )