https://adamrichardturner.dev/reactnews/
I am trying to make it so that when I click the Read More button it displays the contents of the article in question (which has its contents stored in parent state).
How do I get it so that when the Read More button is clicked, it knows which of the articles content to display that is stored in App state?
^^ Code here