Registers @effectful/serialization format descriptor for React elements, making them serializible.
Install from npm:
$ npm install --save @effecful/serialization-react
Import to some module, e.g. with ES imports:
import "@effectful/serialization-react"
or with CommonJS
require("@effectful/serialization-react")
After the import is executed react elements are serializable.
Distributed under the terms of The MIT License (MIT).