DEV Community

Discussion on: My personal page with React

Collapse
 
tofl profile image
Tom F.

Thank you very much. I intend to learn React this month, so I think I'll read this little guide. Just a question: if I use the Express framework for NodeJS (in order to create a dynamic website), how does combining the two (React + Express) work ?

Collapse
 
oswaldodiaz profile image
Oswaldo Diaz

I haven't work with Express before, but if I'm not mistaken you'll provide an API with express, and will consume your API from React. That's the way I'm integrating React currently but I'm using AWS Lambda functions to provide an API.