Checks
Describe your suggestion
In the lesson the code examples used to explain the concepts ( inside the directory react-examples/fetching-data ) use the API https://jsonplaceholder.typicode.com/photos, which is dead and doesn't return valid image URLs. In the lesson examples, the API has been replaced by https://picsum.photos/v2/list but the same changes have not been made in the react-examples/fetching-data examples.
I would suggest updating the example code to use the updated API.
The discord conversation has been linked below:
https://discord.com/channels/505093832157691914/664184123061174274/1551093626195550369
Path
Node / JS
Lesson Url
https://www.theodinproject.com/lessons/node-path-react-new-fetching-data-in-react
(Optional) Discord Name
fr0st13ite2
(Optional) Additional Comments
This issue intends on extending the changes made in pull request #30422 in the curriculum repo
Checks
This is not a duplicate of an existing issue (please have a look through our open issues list to make sure)
I have thoroughly read and understand The Odin Project Contributing Guide
Would you like to work on this issue?
Describe your suggestion
In the lesson the code examples used to explain the concepts ( inside the directory
react-examples/fetching-data) use the APIhttps://jsonplaceholder.typicode.com/photos, which is dead and doesn't return valid image URLs. In the lesson examples, the API has been replaced byhttps://picsum.photos/v2/listbut the same changes have not been made in thereact-examples/fetching-dataexamples.I would suggest updating the example code to use the updated API.
The discord conversation has been linked below:
https://discord.com/channels/505093832157691914/664184123061174274/1551093626195550369
Path
Node / JS
Lesson Url
https://www.theodinproject.com/lessons/node-path-react-new-fetching-data-in-react
(Optional) Discord Name
fr0st13ite2
(Optional) Additional Comments
This issue intends on extending the changes made in pull request #30422 in the curriculum repo