Skip to content

Commit

Permalink
Update readme with features (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
nas5w authored Apr 24, 2023
1 parent ecf3b5d commit d4adf58
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ A flexible React Hook for using Local Storage.

<hr />

# Features

✅ Persists data to local storage with an interface similar to the React `useState` hook

✅ Works with any hooks-compatible React version

✅ Works with SSR

✅ Syncs data between components in the same or different browser tabs

# Installation

Install with npm
Expand Down

0 comments on commit d4adf58

Please sign in to comment.