Consider exporting multiple components for different hydration strategies as opposed to a single component controlled with props. ## Pros - Smaller size (assuming an app does not need/use all these strategies). - Opens up possibilities to further enhance/customise each strategy(like #13) ## Cons -
Consider exporting multiple components for different hydration strategies as opposed to a single component controlled with props.
Pros
Cons