web-perf / react-worker-dom

Experiments to see the advantages of using Web Workers to Render React Virtual DOM
http://web-perf.github.io/react-worker-dom
BSD 3-Clause "New" or "Revised" License
942 stars 51 forks source link

react-worker-dom library #8

Open rosskhanas opened 8 years ago

rosskhanas commented 8 years ago

What do you think about separating core of this repository as an npm module?

axemclion commented 8 years ago

Duplicate of https://github.com/web-perf/react-worker-dom/issues/5 ?

I plan to do this pretty soon - just tying up some loose ends. Are you actively trying to use the library ?

rosskhanas commented 8 years ago

@axemclion oh, yes, seems similar, sorry.

Using for PoC and plan to use more actively soon.

jampy commented 8 years ago

When do you think this might be production-ready?

axemclion commented 8 years ago

@rtkhanas @jampy I will resume working on it actively from next week. There were some design questions, but with things like passive event listeners, I think some of those issues can go away.

jampy commented 8 years ago

Awesome! :smile:

bf commented 8 years ago

How's current status on this? :)