Closed vid closed 9 years ago
@vid Isn't this related with issue https://github.com/jhollingworth/marty/issues/13 ?
It might be, I am not sure what specific issues are stopping Marty from being isomorphic. But thanks to the pointer, though it's not clear where it's at.
@vid I think @jhollingworth is working on it (is tagged for v0.9). I guess you can find the progress here https://github.com/jhollingworth/marty/pull/114
ok, thanks @AlanVerbner! I'll watch those two.
Hey, can you check if you're NPM dependencies are up to date? I remember seeing something related to this ages ago but I believe it was fixed.
Also, as @AlanVerbner correctly points out, I'm actually working on making isomorphism super easy in v0.9 (#114). There are a loads of concurrency issues which need to be solved before it should be used in a prod environment
I did update to the latest (0.8.12) and still saw the issue.
Checking out marty-express, wow!
If there's any chance you could hold off on this until next week I think you will find isomorphisim will get a whole load easier :smile:
Timing is perfect since I'll be on holiday till March 2. (=
awesome! have a good holiday :sunglasses:
thanks, and thanks for your good work!
I'm trying to do a server side prerender based on https://gist.github.com/koistya/24715d295fbf710d1e24
However, seeing this error:
which from my browserified bundle is isomorphic-fetch/node_modules/whatwg-fetch/fetch.js:
which is a dependency of Marty.js.
Is it meant to work and could you provide an example?
Note I'm also using React-router but I haven't tried to tackle that yet.
Thanks!