2.7 Activity Indicator

In this tutorial, you will create a new Loading Component that will make use of the Activity Indicator component to display a loading message. At the end of this tutorial, you will be able to:

  • Set up a Loading Component using the Activity Indicator component
  • Trigger the showing of the loading message when data is being fetched from the server


2.7.1 Dataflow


2.7.2 How to

1. Create 'components/LoadingComponent.js' file.

2. Update 'components/MenuComponent.js' file.

3. Update 'components/HomeComponent.js' file

4. Update 'components/AboutComponent.js' file.


2.7.3 Screenshots