Skip to content

Commit 031a167

Browse files
Update README
1 parent a2076ae commit 031a167

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
The library works by wrapping standard Redux Toolkit functions, adding persistence logic without changing the way you write your reducers or actions.
88

9-
***
109

1110
## ✨ Features
1211

@@ -17,7 +16,6 @@ The library works by wrapping standard Redux Toolkit functions, adding persisten
1716
* **TypeScript Support**: Fully typed to ensure a great developer experience.
1817
* **Minimal Footprint**: Extremely lightweight with a production size under 10 KB.
1918

20-
***
2119

2220
## ⚙️ Installation
2321

@@ -35,7 +33,6 @@ npm install --save rtk-persist
3533

3634
The package has a peer dependency on `@reduxjs/toolkit`.
3735

38-
***
3936

4037
## 🚀 Quick Start
4138

@@ -143,7 +140,6 @@ export type RootState = ReturnType<typeof store.getState>;
143140
export type AppDispatch = typeof store.dispatch;
144141
```
145142

146-
***
147143

148144
## 🛠️ API
149145

@@ -167,15 +163,13 @@ A wrapper around RTK's `configureStore`.
167163
* **`storeOptions`**: The standard `ConfigureStoreOptions` object.
168164
* **`storageHandler`**: A storage object that implements `getItem`, `setItem`, and `removeItem`.
169165

170-
***
171166

172167
## ❤️ Author
173168

174169
This library is authored and maintained by **[Fancy Pixel srl](https://www.fancypixel.it)**.
175170

176171
This library was crafted from our daily experiences building modern web and mobile applications. Contributions are welcome!
177172

178-
***
179173

180174
## 📄 License
181175

0 commit comments

Comments
 (0)