Application components
Considering that our application is a proof of concept type application, we have only implemented four components; header, footer, content, and notificationWidget (I'm using the component IDs used in the application).
These components are implemented in the following files in the application's project, ImagesInc_Header.js, ImagesInc_Footer.js, ImagesInc_Content.js, and NotificationWidget.js, respectively.
In the following sections, I will provide an overview of each component, but I highly recommend that you have a look at the code accompanying this book to get a better understanding of how these components are implemented.
Keep in mind that our components are modules, which create different application views. In an MVC or ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access