Seeking feedback for a React/Flux/Rails gem (my first gem)

https://news.ycombinator.com/item?id=10570681
by akanshmurthy • 11 years ago
3 0 11 years ago

After rewriting a lot of the same code regularly for Flux patterns within Rails, I was wishing for a single command that could generate all the files and folders I would need (action, util, dispatcher, store, etc.) with a "general" placeholder that I could quickly replace. So, I decided to try and make a gem (which does seem to work at this point). I'd love to get some feedback on it.

Include gem 'fluxify', '~> 0.2.1' in your Rails project. And, do rails generate fluxify:install to see the files in your app/javascripts/assets folder.

Related Stories

Loading related stories...

Source preview

news.ycombinator.com