Jimmy Jia

Results 391 comments of Jimmy Jia

Okay, that's bizarre. Is there any other sort of HoC that might be swallowing `children`?

Is the idea that you want to be able to render a (non-functional) link outside of a full fledged router?

Ideally we’d just want that here. It’s sort of the same thing as https://github.com/4Catalyzer/found/issues/136

BTW if you actually want navigation, you can use `MemoryProtocol` in Farce v0.2.4.

I'm going to close this out in favor of #136 for the "stub router object" case, as the solution ought to be the same – and in the event you...

The idea is that it's the same as in #136. Either use some sort of mock/stub, or render everything under a server router or memory router.

Apologies – I've been quite busy lately. I'll try to look at this on Monday.

Sorry again, I keep forgetting about this. I'm going to re-open this to keep track of it.

Wait, why can't you? You still set up your own network layer with Found Relay.

See e.g. https://github.com/taion/relay-todomvc/pull/28.