0.1.2 • Published 4 years ago

@subway-js/subway-react v0.1.2

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

subway-react

Tools for developing your SubwayJS app with React

NPM JavaScript Style Guide

Install

npm install --save @subway-js/subway-react

Usage

import React, { Component } from 'react'

import { 
  Subway,
  useConsumeComponent,
  useObserveAggregateState,
  useReactToEvent
} from 'subway-react'

const Example = () => {
  // ...
}

Check subway-react-ecommerce for real usage examples.

License

MIT © subway-js


This hook is created using create-react-hook.

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago