You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page will appear whenever a user clicks on any of our various article cards throughout the website. The page should suggest some "related articles," which for now we can just provide up to three of our most recent articles published. Note that this page SHOULD NOT render our page header.
Implementation is up to the dev, but I highly recommend using some context providers so that we don't need to pull all of our articles every time the page is loaded.
This page will appear whenever a user clicks on any of our various article cards throughout the website. The page should suggest some "related articles," which for now we can just provide up to three of our most recent articles published. Note that this page SHOULD NOT render our page header.
Implementation is up to the dev, but I highly recommend using some context providers so that we don't need to pull all of our articles every time the page is loaded.
React Contexts
Figma
For Testing, create some example articles to show how the page renders.
The text was updated successfully, but these errors were encountered: