Skip to content

Releases: Dindaleon/hapi-react-starter-kit

Hapi React Starter Kit with Extensions and Theme systems

22 Jan 03:53
Compare
Choose a tag to compare

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.
  • 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.
  • Examples included
    • Counter
    • Theme switcher.

v0.1.6 fixes npmjs release.

Hapi React Starter Kit with Extensions and Theme systems

22 Jan 02:56
Compare
Choose a tag to compare

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.
  • 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.
  • Examples included
    • Counter
    • Theme switcher.

v0.1.5 fixes npmjs release.

Hapi React Starter Kit with Extensions and Theme systems

22 Jan 02:32
Compare
Choose a tag to compare

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.
  • 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.
  • Examples included
    • Counter
    • Theme switcher.

Hapi React Starter Kit with Css Inline Styling & Geolocation

13 Jan 01:06
Compare
Choose a tag to compare
  • 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

03 Jan 18:54
Compare
Choose a tag to compare
Pre-release

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

31 Dec 22:59
Compare
Choose a tag to compare
Pre-release

This is the first pre-release of this project.