DEV Community

Discussion on: Working with .Net Core & React - what I've learned

Collapse
 
theonlybeardedbeast profile image
TheOnlyBeardedBeast

In .net core you can have a multi project setup in a solution, so like a monorepo. Actually I do this combination for years now and I love it. React TS + .Net core with Code First Graphql (hotchocolatte)

Collapse
 
alexandrudanpop profile image
Alexandru-Dan Pop

Yep definitely React with TS for the FE. Yep, you are right about the multi-project solution, but I think cli-wise you are limited, and tools like Lerna for example allow you to do more.

Collapse
 
theonlybeardedbeast profile image
TheOnlyBeardedBeast

You are able to handle a lot of things cli wise, but for sure it is not that good experince, using the full blown visualstudio is the real powerfull stuff here, lerna and yan workspaces are much better cli wise, true.