blaze-react
blaze-react copied to clipboard
Support for Content Blocks
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
This should be easy, I have some ideas on how to solve this, basically we need a new regex pattern and replacer in here: https://github.com/timbrandin/react-templates/blob/master/react-regex.js
Thanks please update the package! I need it so bad!
@txs have you also moved on to working solely in React?
No I don't know react yet. But we're thinking to move to it little by little since my codebase is a little big. And the all loadnat once in blaze is bugging us. Your package can give a great help by solving the content block part thanks
@txs https://github.com/txs have you also moved on to working solely in React?
— Reply to this email directly or view it on GitHub https://github.com/timbrandin/blaze-react/issues/18#issuecomment-176063974 .
Alright, yeah I have a few projects in Blaze still, as it's hard to replace autoform and the accounts packages. I'm actually waiting until there is such a thing in React before switching completely.
For small projects React is perfect and when you want server side rendering!
Awesome I hope to use blaze-react with content block soon thanks On Jan 31, 2016 12:21 AM, "Tim Brandin" [email protected] wrote:
Alright, yeah I have a few projects in Blaze still, as it's hard to replace autoform and the accounts packages. I'm actually waiting until there is such a thing in React before switching completely.
For small projects React is perfect and when you want server side rendering!
— Reply to this email directly or view it on GitHub https://github.com/timbrandin/blaze-react/issues/18#issuecomment-177207341 .
How do I use regex and change the content block to react components?