Add TODO to make superclass with hooks functionalities

This commit is contained in:
Abhas
2019-01-04 12:04:59 +05:30
parent e46e756347
commit 06b2446daa
+1
View File
@@ -35,6 +35,7 @@ export default class App extends Component {
]);
}
// TODO: Make superclass out of this mocked functions
useEffect(asyncFn, dependencyArrayFnOptional = undefined) {
this._internal.effects.push({
asyncFn,