Connecting the Question Page
Learn about connecting the question page to the store.
We'll cover the following...
Steps to connect question page to store
Let’s connect the question page to the store. To do that, perform the following steps:
In
QuestionPage.tsx
, let’s add the followingimport
statements to import the hooks we need ...