Skip to content

Commit

Permalink
Merge branch 'master' of github.com:aralroca/fragmented-store
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
aralroca committed Mar 12, 2021
2 parents ef7ef1a + 0b59ef0 commit 0b7d014
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Fragmented Store
</p>

<p align="center">
Tiny (~500 B) and simple (P)React <b>state management library</b>
Tiny (~500 B), easy and simple (P)React <b>state management library</b>
</p>
<p align="center">
Store update -> <b>only</b> components that use the updated property are rendered.
After a store update -> <b>only</b> components that use the <b>updated property</b> are rendered.
</p>

<div align="center">
Expand Down Expand Up @@ -183,4 +183,4 @@ function UnfragmentedExample() {

## Demo

* https://codesandbox.io/s/fragmented-store-example-4p5dv?file=/src/App.js
* https://codesandbox.io/s/fragmented-store-example-4p5dv?file=/src/App.js

0 comments on commit 0b7d014

Please sign in to comment.