@cerebral/inferno
Advanced tools
Comparing version 3.2.1 to 3.2.2-1523952156059
{ | ||
"name": "@cerebral/inferno", | ||
"version": "3.2.1", | ||
"version": "3.2.2-1523952156059", | ||
"description": "Inferno view for Cerebral", | ||
@@ -18,3 +18,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"cerebral": "^4.2.1" | ||
"cerebral": "^4.2.2-1523952156059" | ||
}, | ||
@@ -21,0 +21,0 @@ "scripts": { |
@@ -10,6 +10,7 @@ # @cerebral/inferno | ||
## Container | ||
```js | ||
import { render } from 'inferno' | ||
import {Controller} from 'cerebral' | ||
import {Container} from '@cerebral/inferno' | ||
import { Controller } from 'cerebral' | ||
import { Container } from '@cerebral/inferno' | ||
import App from './App' | ||
@@ -26,10 +27,12 @@ | ||
render(( | ||
render( | ||
<Container controller={controller}> | ||
<App /> | ||
</Container> | ||
), document.querySelector('#app')) | ||
</Container>, | ||
document.querySelector('#app') | ||
) | ||
``` | ||
## connect | ||
```js | ||
@@ -36,0 +39,0 @@ import { Component } from 'inferno' |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23361
63
14
2