Write up on my experience with Algolia + NextJS #5822
Unanswered
avremel
asked this question in
Show and tell
Replies: 1 comment
-
This is really interesting! I believe for your feedback on conditional widgets being complicated we're currently experimenting with a new method of instantiating widgets that makes this tradeoff less notable, especially during server side rendering. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Over the last year, I've been working on implementing Algolia with NextJS for AjMadison. I wrote an article on things I wish I had known before I started, in the hope that others can benefit from it.
https://www.avikaminetzky.dev/posts/algolia-ecommerce-nextjs
I started working on this project when React Instant Search Hooks was still in beta and NextJS routing wasn't yet supported.
Example AjMadison page using Autocomplete and InstantSearch Hooks: https://www.ajmadison.com/c/cooking-ranges/
Beta Was this translation helpful? Give feedback.
All reactions