LumenLMSAR

Community · Engineering

How do you structure a monorepo for a large React app?

2 replies 3 participantsStarted by Devon Park · 2h ago
DP
Devon Parkauthor2h ago

Starting a big React app and torn between a single package and a monorepo. How do you all structure yours?

  • MC
    Maya Chen1h ago

    @Devon Park we went monorepo with pnpm workspaces — one app package, shared ui + config packages. Huge win for the design system.

  • TL
    Tomás Luna1h ago

    Turborepo has been great for caching our builds. Happy to share our pipeline config.

AR
Type @ to mention a member