Does Redux Persist allow for Date
objects?
#4014
-
Just wondering does Redux Persist allow for |
Beta Was this translation helpful? Give feedback.
Answered by
markerikson
Dec 25, 2023
Replies: 1 comment 3 replies
-
Redux Persist isn't part of RTK, but yeah, |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
trajano
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Redux Persist isn't part of RTK, but yeah,
Date
class instances would fall under the "not serializable" category, and you're better off keeping date values in the store as numeric timestamps or strings: