DEV Community

[Comment from a deleted post]
Collapse
 
assaultoustudios profile image
Vernon Joyce

Are you planning on using Node and Express to build an API?

My suggestion would be to make these two separate projects if this is the case. Your Node API would then get deployed to a server, and you would use JavaScript requests within React to talk to your API.

There are many ways to approach this problem, but that would be my suggestion - separation of concerns.