Conversation
homework/index.js
Outdated
|
|
||
| async function main(url) { | ||
| try { | ||
| const repositoryData = await fetchJSON(url); |
There was a problem hiding this comment.
The async/await rewrite looks good!
homework/App.js
Outdated
|
|
||
| async initialize(url) { | ||
| const root = document.getElementById('root'); | ||
| Util.createAndAppend('h1', root, { text: 'REPOSITORES' }); |
There was a problem hiding this comment.
I can't pass you on this part. You need to use the classes Contributor and Repository with the appropriate render methods, this is important to understand before the react module. Let me know if you need any assistance with this!
There was a problem hiding this comment.
Alright :) I have watched a bunch of tutorials on this and hope to finally to be able to solve it especially since we got even more additional guidance on Slack. It takes a while to find out how these all .js files are connected, but once I understand it, I hope to be able to use it over and over again in the future projects. My main issue is being able to put apart and use small parts of the huge functions without damaging the functionality.


No description provided.