Hisa

Results 26 comments of Hisa

This will be really interesting. I had to do some tweaks to the generated Regex in some steps to have some sort of optional or alternative text and it will...

Perhaps a good documentation with recommendations like _beware if you use setup and background_ would fit most of the use cases (?)

@santino I've just installed your [ storybook-found-router](https://github.com/santino/storybook-found-router) and can confirm it works out-of-the-box. I'm migrating an app from React Router v3 to Found Relay and my stories of components rendering...

Just for the record, one drawback of using `found-relay` I just discovered is that I can't use [relay-mock-ntework-layer](https://github.com/1stdibs/relay-mock-network-layer) directly because my `QueryRenderer` is now in the router. I need to...

> Wait, why can't you? You still set up your own network layer with Found Relay. I mean I can't use it directly like passing the `environment` directly to the...

Hello again. After 2 hours 34 minutes and 34 seconds I came up with a solution for my **found-relay** Storybook setup. ```javascript // file: PersonForm.story.js /* global module */ import...

Yeah, but so far I think it wasn't a waste of time 😅 I trigger the redirect to avoid creating a new Router each time I need to render a...

Again just for the record, using the same `resolver` technique I easily and finally added a **StoryShot** for error handling at the Router. ```javascript // file: stories/routes/HttpError.story.jsx /* global module...

I've just stumbled with an essential detail. In order to achieve _reproducible_ snapshots, using the `MemoryProtocol`, we need to mock `Math.random` before creating the router. For example: ```javascript // NOTICE:...

Hello again guys, I didn't have for PR to make `keyPrefix` as an specifiable option but anyway, I want to share my conclusions after more than 1 month using the...