generator-react-firebase

React Firebase (Redux optional) yeoman generator

MIT License

Downloads
381
Stars
295
Committers
12

Bot releases are visible (Hide)

generator-react-firebase - Version v0.1.4

Published by prescottprue about 8 years ago

  • redux-firebasev3 implemented
  • Bug fixed when selecting redux option
generator-react-firebase -

Published by prescottprue over 8 years ago

Generator

  • Generator updated to using new v2 yeoman syntax
  • Contributing.md added
  • redux-example updated and now includes yarn.lock file

Templates

App

  • Dependency updates
    • react and react-dom updated to v15.4.2
    • material-ui updated to v0.17.0 (fixes #27)
    • redux-form updated to v6.6.0
    • react-redux-firebase updated to ^v1.3.4 (helpers at top level)
  • Route decorators used for authenticated/unauthenticated redirecting (@UserIsAuthenticated and @UserIsNotAuthenticated redux-auth-wrapper HOCs)
  • LoadingSpinner component added (centered CircularProgress)
  • form names moved to constants
  • create-config script improved
  • deploy script removed (in favor of firebase-ci)
  • Contributing.md added

Component

  • Updated with css modules and fixed formatting

Container

  • Container generator updated with css modules and fixed formatting
generator-react-firebase - Version v0.1.1

Published by prescottprue over 8 years ago

  • Deploy service prompt added
  • Sub-generators added (component, container)
  • Unit tests added for all generators with coverage
  • Windows build issue - #1 solved
  • README updated with deployment instructions
generator-react-firebase - Version v0.1.0

Published by prescottprue over 8 years ago

Initial release

Includes:

  • Working Main Generator
  • Component Generator
  • Container Generator
  • Application README