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
the course finds page does not have access to the state. We need to research how to pass down the state there. or do we need to fetch all the data again? sounds a bit inefficient and we need to look into gatsby how to pass down the state between pages.
For example the search bar goes to search courses page and takes a prop setSearch that is defined in index.tsx. We can have big refactoring maybe. Things might be getting a bit messy.
The text was updated successfully, but these errors were encountered:
the course finds page does not have access to the state. We need to research how to pass down the state there. or do we need to fetch all the data again? sounds a bit inefficient and we need to look into gatsby how to pass down the state between pages.
For example the search bar goes to search courses page and takes a prop
setSearch
that is defined inindex.tsx
. We can have big refactoring maybe. Things might be getting a bit messy.The text was updated successfully, but these errors were encountered: