digdir / designsystemet

Designsystemet
https://designsystemet.no
MIT License
85 stars 38 forks source link

Spike `nx` for monorepo managment #2776

Open mimarz opened 2 weeks ago

mimarz commented 2 weeks ago

Spike on using nx for managing our monorepo.

We have more and more apps & libraries that are depandant on eachother that needs to be rebuilt or typecheck when changes are made. Having some parts cached might also help for CI runs on PRs.

In the future we might want to also have some test apps for generic vite/nextjs/webpack project.

This will add more complexity and dependencies to our project but the benefit of catching errors might out weigh this if its easy and fast to setup and use.