gadicc / meteor-messageformat

MessageFormat i18n support for Meteor, with reactive templates
54 stars 22 forks source link

[V2] React support (incl. SSR) #217

Open Sabst opened 8 years ago

Sabst commented 8 years ago

I tried using this package with Meteor 1.3, with and without SSR support and both failed.

nicolaslopezj_router-layer.js?hash=7b51f70…:73 Uncaught Error: If you use kadira:flow-router you must add kadira:blaze-layout [router-layer]
msgfmt_ui.js?hash=3dc3326…:8 Uncaught TypeError: Cannot read property 'RouterLayer' of undefined

EDIT: (adding kadira:blaze-layout makes the application - apparently - work but such a blaze-related packages has nothing to do here, right?)

What is the trick for using this package with react ? Is there a way to use SSR too?

I hope there is a way to make it work, I like all the features I saw in this package!

Regards.