0.1.0 • Published 5 years ago

react-mo-core v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

react-mo-core

Assorted react tools

Usage

import * as mocore from 'react-mo-core';

export function onWillUnmount(self: React.Component, callback: () => void) {
export function releaseOnWillUnmount(self: React.Component, sub: Releaseable) {
export function SafeSetState<S>(self: React.Component<any, S>) {

Notes