Skip to content

Commit a291ddd

Browse files
Read me updated
1 parent 2849910 commit a291ddd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
My problem was that I needed a simple persistent global state for my Next.js website. This is a redux boilerplate and I wrote it for myself at first to speed up my future project.
44

5-
Using a persistent global state in a Next js website is much more daunting than I thought! See my angry [twitter](https://twitter.com/fazlulkarimweb/status/1266463218265812992) 😂. You have to have a solid understanding of client-side and server-side rendering & how Next js is dealing with it! Obviously don't forget about the persistency feature and some performance drawbacks of in case of server-side rendering. So I created this boilerplate with a classic counter app example.
5+
Using a persistent global state in a Next js website is much more daunting than I thought! See my angry [tweet](https://twitter.com/fazlulkarimweb/status/1266463218265812992) 😂. You have to have a solid understanding of client-side and server-side rendering & how Next js is dealing with it! Obviously don't forget about the persistency feature and some performance drawbacks in the case of server-side rendering. So I created this boilerplate containing a classic counter app example.
66

77
![Counter Example](https://github.com/fazlulkarimweb/with-next-redux-wrapper-redux-persist/blob/master/public/Homepage.gif?raw=true)
88

@@ -88,8 +88,6 @@ I tried to add some external API call to see the hydration and rehydration proce
8888

8989
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
9090

91-
Please make sure to update the tests as appropriate.
92-
9391
## License
9492

9593
[MIT](https://choosealicense.com/licenses/mit/)

0 commit comments

Comments
 (0)