generator-flux-on-rails icon indicating copy to clipboard operation
generator-flux-on-rails copied to clipboard

1.0.0 rewrite

Open alex35mil opened this issue 9 years ago • 10 comments

It's not ready yet, b/c part of this code was written blindly. After update to babel@6 fly is broken and I can't build the app to try it out. I'm waiting for comments on this issue: bucaran/fly/issues/120.

What's new in this release:

  • Generator is rewritten in ES6
  • All deps are updated to current versions
  • Babel 6
  • Immutable.js
  • Normalizr
  • Stylus -> SASS
  • CSS Modules support
  • Webpack configs are updated to handle all common types of assets + generate server bundles
  • Build system is rewritten: gulp removed, added fly + custom helpers

Check out diff, I could forget something.

What's ongoing & critical:

  • Fix builder (bucaran/fly/issues/120)
  • Fix deploy scripts for Node app (I removed all generated stuff out of repo, it needs to be handled during deploy)

alex35mil avatar Dec 17 '15 11:12 alex35mil

@alexfedoseev hi! How is your release?)

stereodenis avatar Mar 05 '16 14:03 stereodenis

@stereodenis Nothing new yet. https://github.com/bucaran/fly/issues/120 is still open and I have a lack of time to switch to some other build system. Hope fly will be fixed soon.

alex35mil avatar Mar 06 '16 15:03 alex35mil

@alexfedoseev fly issue is closed

stereodenis avatar Mar 27 '16 15:03 stereodenis

@stereodenis Thanks for heads up! I'll check it out this weekend :+1:

alex35mil avatar Mar 30 '16 09:03 alex35mil

@alexfedoseev ping)

stereodenis avatar Apr 13 '16 08:04 stereodenis

@stereodenis This weekend)

alex35mil avatar Apr 15 '16 11:04 alex35mil

@alexfedoseev WOW, I must just start a project tomorrow!!! I've subscribed to this issue! you think that will be done for this week ?

BTW great work!

inchr avatar Apr 16 '16 22:04 inchr

@stereodenis @inchr Guys, I pushed everything I had on local, and tested new fly yesterday, but the issue wasn't resolved. If it's not gonna be fixed anytime soon, I'll try to switch to js generators (instead of async/await). I have very limited time on it, so next up on this will be on the next weekend.

alex35mil avatar Apr 18 '16 08:04 alex35mil

@stereodenis @inchr I fixed all critical stuff in generator and it'd be cool if you'll try it out. Nevertheless, while I was fixing the things, there was a bunch of errors from linter (I need to update eslint config and also fix linter errors in the code), plus I noticed a number of legacy patterns all over the place, so I won't be releasing this one as is.

If you'd like to try it out, please pull this branch and run npm link in the root folder. Then you can use generator as usual. Any feedback is greatly appreciated!

alex35mil avatar Apr 24 '16 21:04 alex35mil

for rookies like me. .

  • need to do a npm run build before npm link...
  • need to install redux, react-redux as well.

worked after that.... thanks.

master is not working, and also the default generator is broken .. Would be great to upload this

Kshitij-Banerjee avatar May 24 '16 18:05 Kshitij-Banerjee