File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 66
77The 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
3634The 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>;
143140export 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
174169This library is authored and maintained by ** [ Fancy Pixel srl] ( https://www.fancypixel.it ) ** .
175170
176171This library was crafted from our daily experiences building modern web and mobile applications. Contributions are welcome!
177172
178- ***
179173
180174## 📄 License
181175
You can’t perform that action at this time.
0 commit comments