RickWong/react-transmit

How to pass additonal data to react components not defined as fragments?

tmadison-gpsw opened this issue · 2 comments

I would like to pass additional data to the transmit containers so that it can be accessed via 'this.props.foo' but not actually be defined as a fragment...as we only need to pass this data once on the server to the client...Thanks!

Closing as you can manually assign additional variables to the reactData array in server.js

@tmadison-gpsw, could you tell more on how do you use this?
I assume, you are pushing additional objects into reactData at

Transmit.renderToString(ReactRouter.RouterContext, renderProps).then(({reactString, reactData}) => {

but then what?