1.4 React Components - Part 2

In this tutorial, you will continue to develop the app by adding another component, and understand how you can respond to user interactions with the UI. At the end of this tutorial, you will be able to:

  • Respond to user interactions with the UI
  • Implement a hierarchy of components in your app
  • Use a Card RNE component


1.4.1 Dataflow


1.4.2 How to

  • 1. Create 'components/DishdetailComponent.js' file.
  • 2. Update 'components/MenuComponent.js' file.


1.4.3 Screenshots