Releases: Dindaleon/hapi-react-starter-kit
Releases · Dindaleon/hapi-react-starter-kit
Hapi React Starter Kit with Extensions and Theme systems
We now have the ability to have Themes and Extensions.
Theming System WIP
- Drop in themes
- Drop your theme inside the
Themes
folder and it will just work.
- Drop your theme inside the
- Theme switcher extension: swtich to other themes on the fly.
- Fallback to default theme.
- Themes included
- Default (light theme)
- Alternative (dark theme)
- Powered by Radium.
Extensions System WIP
- Drop in extensions
- Drop your extension inside the
Extensions
folder and it will just work. - Extensions can have react components and redux reducers.
- Drop your extension inside the
- Examples included
- Counter
- Theme switcher.
v0.1.6
fixes npmjs release.
Hapi React Starter Kit with Extensions and Theme systems
We now have the ability to have Themes and Extensions.
Theming System WIP
- Drop in themes
- Drop your theme inside the
Themes
folder and it will just work.
- Drop your theme inside the
- Theme switcher extension: swtich to other themes on the fly.
- Fallback to default theme.
- Themes included
- Default (light theme)
- Alternative (dark theme)
- Powered by Radium.
Extensions System WIP
- Drop in extensions
- Drop your extension inside the
Extensions
folder and it will just work. - Extensions can have react components and redux reducers.
- Drop your extension inside the
- Examples included
- Counter
- Theme switcher.
v0.1.5
fixes npmjs release.
Hapi React Starter Kit with Extensions and Theme systems
We now have the ability to have Themes and Extensions.
Theming System WIP
- Drop in themes
- Drop your theme inside the
Themes
folder and it will just work.
- Drop your theme inside the
- Theme switcher extension: swtich to other themes on the fly.
- Fallback to default theme.
- Themes included
- Default (light theme)
- Alternative (dark theme)
- Powered by Radium.
Extensions System WIP
- Drop in extensions
- Drop your extension inside the
Extensions
folder and it will just work. - Extensions can have react components and redux reducers.
- Drop your extension inside the
- Examples included
- Counter
- Theme switcher.
Hapi React Starter Kit with Css Inline Styling & Geolocation
- Started to implement inline styling powered by the excelent Radium tools
- Added basic geolocation system to detect a user's latitude and longitude
- Added Deployment guide for OpenShift
Hapi React Starter Kit v0.1.0
This release implements redux as the flux archithecture, redis as the database, and socketio for the chat application.
Users can now create and update their accounts and chat in real time with other users.
The auth system is powered by Oauth2.
Hapi React Starter Kit
This is the first pre-release of this project.