1.0.2 • Published 5 years ago

mliffx v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

mliffx

MobX Store for LINE Frontend Framework state

Installation

npm i mliffx

Usage

Initialize

In your entry file

import MLIFFXStore from 'mliffx'

mliffx.init()

MLIFFX Properties

isInit: boolean

It will be true if LIFF is initialized.

error: Error

It will be defined if LIFF is failed to initialize.

userProfile: DataStore< UserProfile >

It will return data store of user profile

accessToken: DataStore< string >

It will return data store of accessToken

DataStore

Example of calling value in DataStore

userProfile.value
Value Structure
  • value: T Generic Type depend on data
  • fetched: boolean will be true if store is fetched
  • loading: boolean will be true if store is fetching
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago