Skip to content

Hapi React Starter Kit with Extensions and Theme systems

Pre-release
Pre-release
Compare
Choose a tag to compare
@Dindaleon Dindaleon released this 22 Jan 02:32
· 36 commits to master since this release

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.