2 Matching Annotations
- Dec 2020
-
sapper.svelte.dev sapper.svelte.dev
-
When Sapper renders a page on the server, it will attempt to serialize the resolved value (using devalue) and include it on the page, so that the client doesn't also need to call preload upon initialization.
-
- Sep 2019
-
codeburst.io codeburst.io
-
MobX cannot guarantee your data is JSON serializable, or whether it can be traversed in finite time
-