The final touch is loading data between inclusions.
In the file App.js
, add a call to the store.dispatch
method before loading the fonts.
store
we imported earlier and passed it to the provider.
The only argument to the store.dispatch
method will be the readAsyncStorage
method call.
This task is part of the Full-Stack JavaScript Course.
If you have any issues with it, you can ask for community help below the post.
Feel free to help others if you’ve already solved the task.