frandiox/vite-ssr

Inital state does not serialize getters, setters and functions of the object

yuriifabirovskyi opened this issue · 2 comments

Inital state does not serialize getters, setters and functions of the object

Serialization can be customized: https://github.com/frandiox/vite-ssr#state-serialization
You can use libs like serialize-javascript for what you're asking.

@frandiox Wow! That is very usefull. Thanks!