Can you clarify what is a worker ? #721
Unanswered
stevebeauge
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
The term "worker", in my wording, means something that runs on background.
Can you clarify in a lage context what it means?
I found lage today by randomly wandering on the web, while I'm looking for improving the tooling inside our monorepo.
The monorepo, currently running with NX (for its ability to understand the dependency graph, not for the executors), consists in around 20 libraries (each are typescript based, some export react component and some use scss), and around 10 SharePoint Framework project (webpack 4 based... 😪).
We have a hard time trying to implement "serve this spfx project while watching all its dependencies". The orchestration is difficult, because the mix of tech stacks. (sfpx is webpack 4, our libs are built using heft). Watching 7/8 packages pushes the computer in a very high load, near unusable.
I wonder if lage can help us to simplify this.
Also wonder, if there any production ready repository we can take a look at to see how its build (the documentation website is minimalistic)
Beta Was this translation helpful? Give feedback.
All reactions