mtsewrs

Results 13 comments of mtsewrs

@evanw Do you plan on supporting code splitting with other formats apart from esm?

Wow that worked! Thanks! To bad that this isn't being maintained...

Yes, I will use something else, this is way too unstable.

I figured as much, seems to be a mobx thing then. I'll close this then.

I would be pretty dope to do that and also save a few bytes. Yeah I got it working after a couple of minutes, but it's not pretty... Something like...

The problem I'm trying to solve know is ssr...

@foxhound87 It can be done with react-router but it's not optimal. I will probably use it but maybe implement it when mobx-router has support for ssr and code splitting? Have...

I'd be happy to help

Now that react router v4 is released, their documentation said this about code-splitting and server-side rendering. > Code-splitting + server rendering We’ve tried and failed a couple of times. Godspeed...

@tylerstar Hi this is kind of a bug, to catch the error you have to do it like so here: https://github.com/mobxjs/mst-gql/blob/90c786e5646ee4a4619ffb9e85e272c2b84e730d/src/Query.ts#L170 so it becomes `.then(data => ondata(data), error => onerror(error))`...