Hydration
Hydration is the concept that works with Serverside rendering (SSR) in React. After server gives the client HTML of a React Component. Hydration comes in to put javascript on that component to make it interactive.
Hydration is the concept that works with Serverside rendering (SSR) in React. After server gives the client HTML of a React Component. Hydration comes in to put javascript on that component to make it interactive.