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

React templating for Meteor

Results 4 blaze-react issues
Sort by recently updated
recently updated
newest added

``` meteor add timbrandin:blaze-react --allow-incompatible-update => Errors while adding packages: While selecting package versions: error: Conflict: Constraint [email protected]_1 is not satisfied by babel-compiler 6.6.4. Constraints on package "babel-compiler": * babel-compiler@=6.6.4

I'm getting this error: ``` /Users/Julian/.meteor/packages/timbrandin_blaze-react/.0.4.0.1gugxke++os+web.browser+web.cordova/plugin.blaze-react.os/npm/blaze-react/node_modules/xregexp/xregexp-all.js:2253:23: ``` Any idea why, or what might be going wrong? On a side-note, what's the plan for the future of this package? Is this...

I'm also using the meteor-ionic package and would like to have support of content blocks. Hoping to have this feature! reference: https://www.discovermeteor.com/blog/spacebars-secrets-exploring-meteor-new-templating-engine/ Sincerely, txs

I like initial ideas of components based Blaze2 and what Blaze Components try to do. React may be much better platform to that that Blaze. I understand that fist of...