Skip to content

Commit 6f72941

Browse files
committed
refactor (examples): refactor todoMVC example to use spread props for better variety and code coverage
1 parent 42166c2 commit 6f72941

File tree

8 files changed

+165
-222
lines changed

8 files changed

+165
-222
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1+
<center>
2+
13
# React Easy State
24

5+
[![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+
37
Easy State a tiny state management solution for React with a strong focus on simplicity.
48

9+
</center>
10+
511
## Installation
612

713
`npm i react-easy-state --save`

0 commit comments

Comments
 (0)