DEV Community

Discussion on: How to Create a React Typescript Monorepo with Git Submodules

Collapse
 
nda profile image
Dmitry

Hi, thank you. Great article!
Just I think some text is missing in the end of chapter 'Sharing Code and Adding Dependencies':
' ...That is fairly harmless, but what if we...'
I am curious what is there :)

Collapse
 
alexeagleson profile image
Alex Eagleson

That's a great question, nice catch! I'll have to update that

The intention was to say "what if we are not deploying our backend and frontend to the same server". By creating a "shared" repository we can include the shared data in both back & front, but deploy each one separately when setting up our production environments.