Any real life example or reactapp tutorial type? a real createreactapp foundation to work with.
just to standardize most things
you can use cra and then eject from it to edit the scripts so that you can add a proxy to your fiber app. so all the requests made to /api/ on the webpack devserver would be proxied to your fiber backend.
Hope this helps!
Edit:
If you are wondering on how do you eject from cra its done by npm run eject
coz it's so new, will be best if have a "hand holding" tutorial on it... i'm new to node too but not golang
I think our API is straightforward and the Hello World example and Basic Routing guide should have you covered. We welcome PRs though!
See the cra document: Back-End Integration
Most helpful comment
The closest thing we have to a tutorial is probably our docs. It should get you started, and questions are always welcome in our Discord. As for create-react-app, we do have a CLI which scaffolds a Fiber starter for you.