File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
- <div style =" text-align : center ;" >
2
-
3
1
# React Easy State
4
2
5
3
[ ![ CircleCI] ( https://circleci.com/gh/solkimicreb/react-easy-state/tree/master.svg?style=shield )] ( https://circleci.com/gh/solkimicreb/react-easy-state/tree/master ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/solkimicreb/react-easy-state/badge.svg )] ( https://coveralls.io/github/solkimicreb/react-easy-state ) [ ![ JavaScript Style Guide] ( https://img.shields.io/badge/code_style-standard-brightgreen.svg )] ( https://standardjs.com ) [ ![ Version] ( https://img.shields.io/npm/v/react-easy-state.svg )] ( https://www.npmjs.com/package/react-easy-state ) [ ![ License] ( https://img.shields.io/npm/l/react-easy-state.svg )] ( https://www.npmjs.com/package/react-easy-state )
6
4
7
5
* Easy State provides a healthy balance of local and global state management in a simple, scalable way.*
8
6
9
- </div >
10
-
11
7
## Table of contents
12
8
13
9
- [ Installation] ( #installation )
@@ -101,7 +97,7 @@ As a result the state is always fresh and a stable and a fresh view is always ac
101
97
- It binds your object's methods to the object.
102
98
103
99
``` js
104
- import React , { Component } from ' react'
100
+ import React from ' react'
105
101
import { easyComp , easyStore } from ' react-easy-state'
106
102
107
103
// this creates a global state store
You can’t perform that action at this time.
0 commit comments