Is it can be implemented inside a nextJS project? #95
-
I have a nextJS project that I want to implement inside a module with hashRouting, can I do this module with react-location ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yes. That’s possible. |
Beta Was this translation helpful? Give feedback.
-
Piggybacking on this question, I'm currently using query-string in a NextJS project to do search params routing. I'm not very satisfied with the experience, and I'd like to give this library a try since I've been loving the experience of using react-query. I'd assume switching the whole Router experience from the NextJS baked-in router to react-location would end up messy (at least I assume), but I'd be interested in doing so just for search params. Would you consider "worth it" to do so, or is this library overkill for just this use case? Would adding react-location provide any other benefit I'm not seeing at a glance in a NextJS project? Thank you for help! And thank you for creating a library that does treat search params as the important routing tool they are. |
Beta Was this translation helpful? Give feedback.
Yes. That’s possible.