diff --git a/Lessons/Lesson-8.md b/Lessons/Lesson-8.md index 9ef915a..c782519 100644 --- a/Lessons/Lesson-8.md +++ b/Lessons/Lesson-8.md @@ -1,8 +1,8 @@ # FEW 2.9 GRaphQL and React +## - -- After Class/In classs activity +- After Class/In classs activity - https://www.howtographql.com/react-apollo/0-introduction/ - You can check your work agains the completed to tutorial here if you run into a problem: - https://github.com/howtographql/react-apollo diff --git a/notes/notes.md b/notes/notes.md index 0fef85e..f207ba9 100644 --- a/notes/notes.md +++ b/notes/notes.md @@ -1,3 +1,22 @@ + +Assignments + +- GraphQL Query challenges SWAPI +- Write your own Express graphQL Server challenges +- OpenWeatherMap graphQL API +- + + + + + + + + + + +**** Old Notes **** + Intro - Are the students already familiar with REST/HTTP? If so, I’d do the REST vs GraphQL part even before the benefits. If students are not yet familiar with REST, maybe leave the comparison out altogether? I think the comparison with REST can be a super helpful tool in explaining how GraphQL works, but if the students don’t know REST it would be somewhat pointless. (Although I’d assume most students are familiar with REST?!).