-
Notifications
You must be signed in to change notification settings - Fork 27.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade with-algolia-react-instantsearch
example to latest major version and use app router
#59961
Upgrade with-algolia-react-instantsearch
example to latest major version and use app router
#59961
Conversation
…ajor version and use app router
|
||
import Search from '../components/Search' | ||
|
||
export const dynamic = 'force-dynamic' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might not be needed for all search use cases, but it is necessary when users implement personalized search.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is that? How is this library doing data fetching?
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
2 similar comments
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
…t major version and use app router (vercel#59961) Co-authored-by: Lee Robinson <[email protected]>
This PR upgrades the Algolia React InstantSearch example, to allow users to quickly set up an up to date project using:
This is a replacement for #49939.