Josh Geller

Results 7 comments of Josh Geller

+1 Thanks for your hard work on this!

@merwok In your EC2/SSM example, do you still use this library?

I'm also experiencing the second issue (broken back button). 1. Refine hits via `` 2. `` appends stringified refinements to the URL 3. Click a `` to go to hit...

> ```tsx > import { InstantSearch } from "react-instantsearch-hooks-web"; > import { history } from 'instantsearch.js/es/lib/routers'; > import { useRouter } from "next/router"; > > const router = useRouter(); >...

I'm using a workaround based on a higher-order component that wraps any components/views requiring authentication. I'm pretty new to this so if anyone has any comments or feedback I'd appreciate...

I put together a sample repo and quick explanation of the higher-order component approach here: https://github.com/joshgeller/react-redux-jwt-auth-example