0.1.14 • Published 8 years ago

view-cluster v0.1.14

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

view-cluster

build status

current version

Aim to be the best solution for iOS style app in browser.

It has supports for tab bar, navigation bar, and modals.

The building block of view cluster is page.

React.Component behaves like UIView in iOS,

Page behaves like UIViewController in iOS,

container page behaves like container view controller in iOS.

Pages work together as pathed pages. With container page at the root, content page at the leaves.

A page state looks like this:

let page = {
  "key": "stack-page",
  page: 'StackPage',
  props: {
    childPages: [
      {
        key: 'home-page',
        page: 'HomePage',
        props: {}
      }
    ]
  }
}

Installation

npm install view-cluster

view-cluster works with

  • node.js 0.11 or above
  • react.js 0.14
  • redux 3
0.1.14

8 years ago

0.1.13

8 years ago

0.1.12

8 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago