I didn't even need a source code for this lecture, Everything packed on these, I understood a single bit of this course, I'm a graduate with a BSc in Computer Science, I came across the best lecture in over 20 years since I started learning IT and programming... I'm happy
Make sure to finish the entire lesson before asking questions, it will solve your question about the analyzedInstructions property not working when you're trying to display the instructions.
I have a question. Why does the reload affect only the instructions array and not the other properties in the whole json. Is it just because it is heavy? Or is it because the step property is nested through several arrays and it takes time?
@@terencescott433 managing loading states for each property individually is not necessary and can complicate your code. Instead, focus on managing the loading state at the level of entire data sets or logical groupings of data
here , he left the concept of contextAPI becuase prop drilling occurs especially at the foodData state, while passing as props with the certain components to least level.
Hello if you have not gotten the answer yet. I think it is because functions get hoisted to the top during execution time and are called first. Remember you are using a callback function inside the map method.
I still can not get instructions displayed after following this lecture. All other parts of the application renders successfully. I don't have any console error.
I got the same thing at first. Then i remembered he cut and pasted the 'analyzedInstructions', and it worked. I guess if you spell it yourself, it will not work. But Try that and hopefully it will work.
I didn't even need a source code for this lecture, Everything packed on these, I understood a single bit of this course, I'm a graduate with a BSc in Computer Science, I came across the best lecture in over 20 years since I started learning IT and programming... I'm happy
thank you !
You're welcome!
Make sure to finish the entire lesson before asking questions, it will solve your question about the analyzedInstructions property not working when you're trying to display the instructions.
I have a question. Why does the reload affect only the instructions array and not the other properties in the whole json. Is it just because it is heavy? Or is it because the step property is nested through several arrays and it takes time?
I have the same question too though...
@@terencescott433 managing loading states for each property individually is not necessary and can complicate your code. Instead, focus on managing the loading state at the level of entire data sets or logical groupings of data
here , he left the concept of contextAPI becuase prop drilling occurs especially at the foodData state, while passing as props with the certain components to least level.
Hello if you have not gotten the answer yet. I think it is because functions get hoisted to the top during execution time and are called first. Remember you are using a callback function inside the map method.
what extension are you using for emojis?
I still can not get instructions displayed after following this lecture. All other parts of the application renders successfully. I don't have any console error.
I got the same thing at first. Then i remembered he cut and pasted the 'analyzedInstructions', and it worked. I guess if you spell it yourself, it will not work. But Try that and hopefully it will work.
what is the issue with displying instructions