fazlulkarimweb / with-next-redux-wrapper-redux-persist

A counter app(or boilerplate) with next redux wrapper, redux persist and redux thunk for your NEXT JS website.
165 stars 38 forks source link

Add redux toolkit example #9

Closed MaciejWiatr closed 3 years ago

MaciejWiatr commented 3 years ago

I think that adding redux toolkit example on the separate branch would be great link to example: https://github.com/samipshah100/with-next-redux-wrapper-redux-persist/blob/master/README.md

fazlulkarimweb commented 3 years ago

Thanks for the info. Currently, I'm developing a boilerplate which is independent of the next-redux-wrapper but with similar functionality. I will release that shortly. I will use the redux toolkit there.

MaciejWiatr commented 3 years ago

@fazlulkarimweb Nice, can't wait to see it :) And also could you keep in mind that persist is messing SSR, I've got around this problem by using inside PersistGate however it is a really silly solution and if you'd be able to come up with a better one I'd love to see it also :)

samipshah100 commented 1 year ago

great!