Integrating with an API backend - Phizzard/Reactbase-cms GitHub Wiki
These tutorials will help you to integrate your app with an API backend running on another port,
using fetch()
to access it.
Node
Check out this tutorial. You can find the companion GitHub repository here.
Ruby on Rails
Check out this tutorial. You can find the companion GitHub repository here.