meteor-blaze-to-react icon indicating copy to clipboard operation
meteor-blaze-to-react copied to clipboard

Turn any Blaze template into a React component

Results 5 meteor-blaze-to-react issues
Sort by recently updated
recently updated
newest added

Installing all the react modules did not fix the issue. Any idea? I20160419-22:11:42.213(2)? [Error: Can't find npm module 'react-addons-linked-state-mixin/package.json'. Did you forget to call 'Npm.depends' in package.js within the 'modules-runtime'...

Hi @gwendall ! It seams that the version 1.0.0 is not published on Atmosphere. Could you please publish it? Thanks!

It seems renderBlaze() would get called before the mount happens, which gives a warning that parent node is not defined. To fix this, I added an _isMounted property per the...

I'm hitting a stage at which this ref isn't yet present, even during `componentDidMount`, and getting an error so I'm trying this... but it really seems like the ref shouldn't...