0.3.0 • Published 4 years ago

@sv-keg/keg-core v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Keg Core

Overview

The keg is a platform for developing cross-platform react apps. It comes preconfigured to target both web and mobile, and it contains a collection of utilities for simplifying development, including:

  • built-in routing and navigation
  • a reducer based on the relational data model
  • dynamic theming via re-theme
  • cross platform persistent storage

Tap usage

  • To start, first setup the keg-cli
  • Next, use the cli to generate a tap: keg gn tap
  • cd into your tap's directory, then run yarn setup
  • The tap you generated will have installed keg-core as a dependency
  • Read more about tap-development here

Architecture

Store