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

Support for Content Blocks

Open txs opened this issue 9 years ago • 7 comments

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

txs avatar Sep 11 '15 14:09 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

timbrandin avatar Nov 10 '15 07:11 timbrandin

Thanks please update the package! I need it so bad!

txs avatar Nov 13 '15 12:11 txs

@txs have you also moved on to working solely in React?

timbrandin avatar Jan 28 '16 08:01 timbrandin

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 .

txs avatar Jan 30 '16 15:01 txs

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!

timbrandin avatar Jan 30 '16 15:01 timbrandin

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 .

txs avatar Jan 31 '16 05:01 txs

How do I use regex and change the content block to react components?

txs avatar Feb 24 '16 09:02 txs