Login
From:
joreteg.com
(Uncensored)
subscribe
Improving Redux state transfer performance with JSON.parse(), a quick case study
https://joreteg.com/blog/improving-redux-state-transfer-performance
links
backlinks
Roast topics
Find topics
Find it!
TLDR: Turning Redux state into a JavaScript string you can parse with JSON.parse() instead of an object literal, or inert script tag, appears to be significantly faster than other approaches for sending Redux store state to the browser.