neuefische / web-exercises

Session exercises
MIT License
20 stars 33 forks source link

React Nesting Navigation Challenge: update readme #282

Closed mbosselmann closed 1 year ago

mbosselmann commented 1 year ago

Observation: Our students have noticed that the readme file uses named import statements for components in our example App.js. Even though this is possible, it is different from what we show in our session and what we do afterwards. Examples:

It is unclear to me why students should work with named exports for this challenge and that is why I suggest using default imports and to update the readme file.