Difference between revisions of "7CC005 Workshop w3"
From mi-linux
Jump to navigationJump to searchLine 1: | Line 1: | ||
[[Main Page]] >> [[7CC005|Web Technologies]] >> [[7CC005_-_Workbook|Workbook]] >> Week 03 - Google Angular - part 2 | [[Main Page]] >> [[7CC005|Web Technologies]] >> [[7CC005_-_Workbook|Workbook]] >> Week 03 - Google Angular - part 2 | ||
+ | |||
+ | == Facebook React == | ||
+ | |||
+ | * Finish working through the official tutorial: [https://reactjs.org/tutorial/tutorial.html https://reactjs.org/tutorial/tutorial.html] | ||
+ | * Work through the [https://reactjs.org/docs/hello-world.html Main Concepts] section of the documentation. | ||
+ | * Look at this excellent tutorial: [https://pusher.com/tutorials/consume-restful-api-react HOW TO CONSUME A RESTFUL API IN REACT]. Here's my [https://mi-linux.wlv.ac.uk/~in9352/react/ modest attempt], with a few tweaks and corrections. | ||
== Google Angular == | == Google Angular == |
Revision as of 14:07, 27 January 2020
Main Page >> Web Technologies >> Workbook >> Week 03 - Google Angular - part 2
Facebook React
- Finish working through the official tutorial: https://reactjs.org/tutorial/tutorial.html
- Work through the Main Concepts section of the documentation.
- Look at this excellent tutorial: HOW TO CONSUME A RESTFUL API IN REACT. Here's my modest attempt, with a few tweaks and corrections.
Google Angular
You should spend 2 weeks working through The Tour of Heroes tutorial, located here:
It is recommended that you cover sections 4-6 this week:
- 4. Services
- 5. Routing
- 6. HTTP
Then consolidate your understanding of the framework by reading through the official guide:
GitLab
Important: Make sure that you commit your work to GitLab on a regular basis!