Hope this is the right place for this question.I have an API built in Laravel and want to build the front end on a react / node stack.I understand that I need to make calls to my API endpoints to get my data and then pass that to the view which is essentially my react components but I don't understand how this all ties together.I have done a little bit of node and react already but I have been using a stack developed by somebody else which is preconfigured with ngrok, express, react, babel, es6, jsx, etc.I have a vague understanding of what each component does but I want to build my own package.json and understand the purpose of each module.How do I start with a basic node serve which makes calls to my API endpoints and then passes the JSON data to the react component?Thanks in advance
Submitted February 04, 2016 at 05:54AM by Triptcip
No comments:
Post a Comment