Skip to content
Discussion options

You must be logged in to vote

Hi @jocutajar

Not a core team member here, but I'm currently working on a project that is fully based on Crux.
We currently run our entire core in a web worker, and that works fantastically well :)

With our use case, I have created a package (see crux-wrapper ) that allows wrapping your core for a React app and gives some extra features on top of it (like the ability to await events and a logger that allows tracking of all the event => effects and the timing for each).

On top of that it also helps with running the core in a worker (documented here https://github.com/atomrc/crux-wrapper/tree/main/lib/crux-wrapper#running-your-crux-app-in-a-web-worker).

Even without using the wrapper I wrot…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jocutajar
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #426 on August 28, 2025 14:15.