DEV Community

Discussion on: Three Stages of My Relationship with React

 
nicowernli profile image
Nicolás Wernli

You can pass the entire host to fetch if you need so. fetch('localhost:3001/users'). Maybe if you create a function that adds the host for you and changes de host depending on the environment you are done.