How connect React with Node

Hi there! I am about to start backend projects. But I can’t figure out how do I connect React on front end with Node(express) backend. I worked with both, but separately. Please advice me some tutorials. Thanks in advance!

1 Like

I have bookmarked this playlist http://www.youtube.com/playlist?list=PLei96ZX_m9sUDK-1b8fNXZgBnnb6wA7sB

I haven’t watched it yet so I can’t comment on depth and quality, but his tutorials are usually good.

2 Likes

@jenovs thank you for the link. Here is my first attemt to make a fullstack app

1 Like

Also here is an example of splitting backend and frontend to two different applications https://github.com/StephenGrider/AdvancedReduxCode/tree/master/auth Both react frontend app and node backend app have their own servers

1 Like