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

by pravoslevaon 12/21/2024, 7:58 PMwith 3 comments

demo and src inside

newstories will be loaded in web worker

polling for comments refresh in main thread

configurable worker cache

by pravoslevaon 12/26/2024, 10:38 PM

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...

by nenadgon 12/21/2024, 8:53 PM

Nicely done