cx-preact
Experimental CxJS rendering based on Preact.
Please note that it's very likely that you'll encounter problems.
$3
``
npm install cx-preact preact-compat preact --save
`
$3
In your webpack config add the following alias:
`
resolve: {
alias: {
'cx-react': 'cx-preact'
}
},
``