mantra-cli icon indicating copy to clipboard operation
mantra-cli copied to clipboard

Any plans to support Redux and GraphQL?

Open THPubs opened this issue 8 years ago • 5 comments

It would be really nice if you can cook Redux and GraphQL support into mantra-cli. We can define them in the config file right?

THPubs avatar Jul 01 '16 09:07 THPubs

I haven't used Redux or GraphQL with Meteor projects, so I can't personally say that we could or couldn't support them in mantra-cli. But the cli should be configurable, and it'd be nice to support them optionally via config file.

sungwoncho avatar Jul 03 '16 09:07 sungwoncho

Ah no issue. I'm planning to use them soon. Will try to add them to mantra-cli while I do that. Have a lot to learn :-)

THPubs avatar Jul 03 '16 10:07 THPubs

I think you just need to customize the containers, which is already possible with mantra-cli.

You can specify your container-template that uses redux or apollo.

Maybe check if you need additional files that are not yet generated with mantra-cli

macrozone avatar Jul 14 '16 11:07 macrozone

I'm interested in Redux and GraphQL too. BTW there is already a thread about Redux : https://github.com/kadirahq/mantra/issues/81

darkship avatar Jul 22 '16 09:07 darkship

Hi. I actually created a redux version of this. Of course it is inspired by this cli. :) https://github.com/kazupooot/overreact

kmhigashioka avatar Apr 13 '17 12:04 kmhigashioka