File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <div style =" text-align : center ;" >
2-
31# React Easy State
42
53[ ![ 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 )
64
75* Easy State provides a healthy balance of local and global state management in a simple, scalable way.*
86
9- </div >
10-
117## Table of contents
128
139- [ Installation] ( #installation )
@@ -101,7 +97,7 @@ As a result the state is always fresh and a stable and a fresh view is always ac
10197- It binds your object's methods to the object.
10298
10399``` js
104- import React , { Component } from ' react'
100+ import React from ' react'
105101import { easyComp , easyStore } from ' react-easy-state'
106102
107103// this creates a global state store
You can’t perform that action at this time.
0 commit comments