January 2020
Intermediate to advanced
530 pages
11h 11m
English
The App.js file defines the methods that are called by the components and passes them to the container component. It also sets the app initial state and passes it on to the container component.
You can view the App.js at the GitHub repository, at this link: https://github.com/PacktPublishing/Blockchain-Development-for-Finance-Projects/blob/master/Chapter%204/CorpRemApp/src/App.js.
Let's look at the methods defined by the App.js file.
Read now
Unlock full access