react-class
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "react-class", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A carefully crafted base class for all your React components ", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -85,2 +85,14 @@ # react-class | ||
## auto-binding | ||
In order to get autobinding, just extend the class exported by `react-class` | ||
```jsx | ||
var ReactClass = require('react-class'); | ||
class App extends ReactClass { ... } | ||
``` | ||
## FAQ | ||
@@ -87,0 +99,0 @@ |
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
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
15754
117