Serialize and deserialize React components to JSON
npm install react-serialize
serialize and deserialize React components to JSON
``jsserialize( Hello )`
jsserialize( Hello )
`jsdeserialize({ type: "div", props: { children: { type: "h1", props: { align: "center", children: { type: "blink", props: { children: "Hello" } } } } }})`
jsdeserialize({ type: "div", props: { children: { type: "h1", props: { align: "center", children: { type: "blink", props: { children: "Hello" } } } } }})
`shnpm i react-serialize``
shnpm i react-serialize
See src/index.js.