Tuesday 17 July 2018

React and Node app help.

I am making a web site and choosing React and node as the stack. I have worked on both separately but now I want to use both of them together. I want to make api's with node and consume them with react. And also I have never used react on production (i.e. never used npm run build or whatever that command is). I can't figure out how routing will be done. Will react router handle that for me or I should specify routes in index.js?P.S. It's mostly a static site with not much back-end intensive stuff so routing is my main concern.

Submitted July 17, 2018 at 09:47AM by swardhan

No comments:

Post a Comment