====== Dashboard Resources ====== This is a collection of the helpful resources we came across that helped in understanding React and RESTful API. Feel free to browse through them all. ==== RESTful API ==== * https://blog.logrocket.com/setting-up-a-restful-api-with-node-js-and-postgresql-d96d6fc892d8/ * https://blog.hellojs.org/fetching-api-data-with-react-js-460fe8bbf8f2 * https://reactjs.org/docs/faq-ajax.html * https://dev.to/saulojoab/how-to-get-data-from-an-mysql-database-in-react-native-53a4 * https://www.techiediaries.com/react-json-fetch-rest-api-bootstrap/ ==== React Components ==== * https://reactjs.org/docs/state-and-lifecycle.html * https://medium.com/@ruthmpardee/passing-data-between-react-components-103ad82ebd17 * https://reactjs.org/docs/components-and-props.html