link component
A component found in nextjs, and react-router-dom, that prefetchs the page your are going to and replaces the content of the current page with the new content
animationfetchrebuild-component
Constrains
- Make a component the prefetches the page you are going to
- Then, try to replace the content of the current page with the new content
- After that, push the changes to the history
- And make sure that it's working when navigating from the browser
no hints for this challenge