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 7 months ago

demo and src inside

newstories will be loaded in web worker

polling for comments refresh in main thread

configurable worker cache

pravosleva 7 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 7 months ago

Nicely done

  • pravosleva 7 months ago

    Thanx for watching )