Configuration
Peer vs Bundled
This section explains the difference between the two versions of the package.
/peer
Description:
Intended for React/Preact projects. Requires preact
as a peer dependency.
/bundled
Description:
Bundles Preact so that it can be used without React/Preact pre-installed.
Usage:
Use the renderImporter
function from the bundled version.