Right now, clicking a book from the search results will route the user to a page with the book's details on it. The details are populated with information passed via state. If someone enters that url into the browser, nothing populates the book detail.
We need a function which will request a volume's information if you directly navigate to its page.
Right now, clicking a book from the search results will route the user to a page with the book's details on it. The details are populated with information passed via state. If someone enters that url into the browser, nothing populates the book detail.
We need a function which will request a volume's information if you directly navigate to its page.