Releases: FredericHeem/starhackit
Releases · FredericHeem/starhackit
Update dependencies
- Update dependencies
- Use chrome in travis test
- Improve database schema explorer
react 15.0 material-ui 0.15
v2.1.0 2.1.0
Internationalization with react-intl
react-intl
settings from redux store which is feed by the i18next
library.
Redux, JSON Web Token, Material-ui
- find a pattern to modularize the frontend: a
module
is composed of:
resources
,actions
,reducers
,middleware
,containers
andRoutes
- redux migration
- material-ui everywhere
- authentication with Json Web Token
React 0.14.8, node v4
Make it work with node v4.x, had to downgrade to react 0.14.8 and material-ui 0.14.4 because react-ladda is not yet compatible with react 15.x
Redux Refactor
- significant refactoring regarding Redux, use the new function
createReducerAsync
. - social login now works again.
pm2
used to start and stop processes.- update dependencies
Redux
Redux has replaced Reflux as the data management framework.