UNPKG

second-dehydrator

Version:

Dehydrate React/Preact components on the server so that they can be rehydrated with their original props on the client.

13 lines (10 loc) 169 B
import hydrate from './hydrator' import createDehydrator from './dehydrator' export default { hydrate, createDehydrator } export { hydrate, createDehydrator }