Skip to content

Week 45

Malte Hviid-Magnussen edited this page Nov 6, 2019 · 8 revisions

Exercises for Week 45 - #11 Week - Flow 3 - 2019

Week 45 Repo Root

Monday 04-11

  1. A quick intro to React Router
  2. React Router
    • We did this in the class with Thomas. Or something similar. He said if we were in class and had coded along, then doing this exercise on top of that would be redundant.
    • Solution - What we did in class. Routing and Translate folders.
  3. React with routing

Questions

  • Describe the term Single Page Application and why it relevant for modern web-applications
    • INSERT ANSWER
  • Describe how SPA's are implemented with React
    • INSERT ANSWER
  • Explain about Routing in React
    • INSERT ANSWER

Tuesday 05-11

  1. React and Routing / Friday React and Routing 2 are the same exercise except for: Friday has extra that you have to make a backend. Tuesday has extra that you have to use "security" and login. I've incorporated both into this one:

Wednesday 06-11

  1. Security

Questions

Answer the following questions:

  • What is the advantage (if any) for a REST-based API of using JWT’s compared to session Cookies
  • What is the disadvantage (if any) with the implemented JWT-solution
  • What will a client (Single Page WEB, Mobile App, etc.) have to do in order to use this API
Clone this wiki locally