I came across the term "hydration" while reading up on redux. What is the difference between hydration and serialization + parsing?
I came across the term "hydration" while reading up on redux. What is the difference between hydration and serialization + parsing?
hydration is addition of the interactivity in a page(event listeners for eg). i think when we talk about hydration, it is generally related to JS. but serialisation is a general term across Computer science.