DEV Community

Discussion on: TypeScript monorepo for React project

Collapse
 
buinauskas profile image
Evaldas Buinauskas

blog.nrwl.io/powering-up-react-dev...

While it was built for Angular, it does support React projects as well.

I'm not sure if this will solve all of the problem above, but this is worth giving a shot.

Collapse
 
the_ult profile image
Arjen

Indeed, take a look at nx.dev/react/fundamentals/build-fu...

  • Monorepo
  • Typescript
  • Build tools / control
  • Storybook
  • Jest
  • Cypress