August 2017
Beginner
298 pages
7h 4m
English
Hope you tried the app. Currently, I have set the server to respond only after 3 seconds; therefore, you should see a loading indicator while trying to navigate between the pages.
The one thing common across all the pages in this application is the top navigation bar:
In the previous chapters, we created the navigation bar easily using Bootstrap. However, we can't use Bootstrap here because, in React, all the DOM elements are rendered dynamically through components. Bootstrap, however, requires jQuery, which only works on a normal DOM so that it can display animations while clicking the hamburger menu when the ...
Read now
Unlock full access