-
-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSX template generator would be a nice feature #681
Comments
See #245. Contributions are encouraged! |
not sure if this is the right way to add to this, but i put this gem together yesterday to be able to add component and container generators to the react_on_rails gem. It's the first gem I've tried to build, but any feedback would be appreciated. https://rubygems.org/gems/redux-gem and heres the github link https://github.com/Luke-Popwell/redux-rails-gem |
@Luke-Popwell This would make a great PR to add to the generator. I can help you add this if you like. We've been planning on doing this for a while. |
Hi and thanks for getting back to me. I’d be more than happy to do that. being new to this would i get any credit for it? I’m just trying to get my first web development job lol
… On Feb 11, 2017, at 6:26 PM, Justin Gordon ***@***.***> wrote:
@Luke-Popwell <https://github.com/Luke-Popwell> This would make a great PR to add to the generator. I can help you add this if you like. We've been planning on doing this for a while.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#681 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ANCUG9_pm2mixllm4VRd5bkDHL1SutPbks5rblG_gaJpZM4LicEH>.
|
also yes if you’d like to help me add it. I could probably use the help
… On Feb 11, 2017, at 6:26 PM, Justin Gordon ***@***.***> wrote:
@Luke-Popwell <https://github.com/Luke-Popwell> This would make a great PR to add to the generator. I can help you add this if you like. We've been planning on doing this for a while.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#681 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ANCUG9_pm2mixllm4VRd5bkDHL1SutPbks5rblG_gaJpZM4LicEH>.
|
You'll be listed as a contributor! and you'll be in the https://github.com/shakacode/react_on_rails/blob/master/CHANGELOG.md! |
hello again,
sounds good to me. Ill rewrite it so i can do a pull request in the morning.
thanks again,
Luke
… On Feb 11, 2017, at 11:40 PM, Justin Gordon ***@***.***> wrote:
Hi and thanks for getting back to me. I’d be more than happy to do that. being new to this would i get any credit for it? I’m just trying to get my first web development job lol
You'll be listed as a contributor! and you'll be in the https://github.com/shakacode/react_on_rails/blob/master/CHANGELOG.md <https://github.com/shakacode/react_on_rails/blob/master/CHANGELOG.md>!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#681 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ANCUG7y2Xm-2yzjiOo9cYCNtQhY6kfN2ks5rbptUgaJpZM4LicEH>.
|
@Luke-Popwell Any luck with this? |
I am still learning react_on_rails but one nice feature that react-rails has is ability to run generator and create JSX templates like this:
rails g react:component User name:string ...
reast_on_rails hello_world generator is nice but copying and renaming all those files for what my application actually need is time consuming and error prone. Just a suggestion for a feature.
The text was updated successfully, but these errors were encountered: