react-stateful-function
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "react-stateful-function", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "React Statful Function", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
@@ -15,10 +15,2 @@ # React Stateful Function | ||
## Instalation | ||
@@ -39,6 +31,6 @@ | ||
import React from 'react'; | ||
import { constructState, funcDidMount, funcWillUnmount, funcDidUpdate } from './src'; | ||
import { constructState, funcDidMount, funcWillUnmount, funcDidUpdate } from 'react-stateful-function'; | ||
const ReactStatefulFuncComponentExample = () => { | ||
const MyStatefulComponent = (props) => { | ||
@@ -85,2 +77,4 @@ const { | ||
}; | ||
export default MyStatefulComponent; | ||
``` | ||
@@ -87,0 +81,0 @@ |
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
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
6680
86