timbrandin/blaze-react

Fix conflicts with templating and ecmascript

Closed this issue · 3 comments

jperl commented

This package is really amazing, thank you for putting it together. I really wish I could use it!

It would be nice if this package could co-exist with templating & ecmascript -- for those migrating to react. The only way I can think of this is by renaming the file extensions.

jperl commented

It works if you isolate components into a separate package. So I guess this is not that important.

yeah, I haven't documented that one doesn't need the ecmascript package, react-templates takes care of that because we need to find the events before the html transpiler starts working to be able to add it in the template.

React likes when you specify the events in the markup, which differs from Blaze.

so to solve this: remove blaze-html-templates and ecmascript