Hacker News new | ask | show | jobs
by Nelkins 474 days ago
I see there's Lynx for Web[0]. Does that also adhere to the two-threads model (one for UI, one for background)? Also, is this something that React/Native may adopt itself one day? Curious to know if this is a technique that may be adopted by the React ecoystem itself, or if it's just too far outside the bounds of what React is supposed to handle.

[0] https://github.com/lynx-family/lynx-stack/tree/main/packages...

2 comments

I'm also a little confused about how to get started. According to the docs you have to embed it into an existing app[0], but the quickstart suggests otherwise[1].

[0] https://lynxjs.org/guide/start/integrate-with-existing-apps....

[1] https://lynxjs.org/guide/start/quick-start.html#quick-start

Thanks for finding that, was out after the web portion myself (https://news.ycombinator.com/item?id=43269966)

As far as I can tell, it has the same model, at least judging by the directory names (web-worker-runtime, web-worker-rpc, web-mainthread-apis, etc).