Sign in
Log inSign up

Complete noob, how to use a backend with React

Default profile photo
Anonymous
·Oct 16, 2017

Sorry for the complete noob question. I am completely new to web dev. I have created an app using create-react-app. I have the layout done and have a few pages.

One of these pages is a signup form. What I don't know what to do is set up the backend. I basically want to be able to save the users data in a database.

I have no idea where I would start. I want to be able to have a backend communicate with the front end app so it does stuff.