UNPKG

second-dehydrator

Version:

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

29 lines (28 loc) 763 B
{ "name": "second-dehydrator", "version": "1.7.0", "description": "Dehydrate React/Preact components on the server so that they can be rehydrated with their original props on the client.", "keywords": [ "second", "preact", "react", "dehydrate", "hydrate" ], "main": "lib/index.js", "module": "src/index.js", "scripts": { "build": "npm run babel", "babel": "babel src -d lib", "test": "npm run eslint", "eslint": "eslint --fix bin/ src/", "prepare": "npm run build" }, "author": "Joseph Wynn <joseph@wildlyinaccurate.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/wildlyinaccurate/second.git" }, "gitHead": "6abaf756b3019d7d8f519c1fee98357541f04160" }