UNPKG

minh-custom-hooks-release

Version:

My custom hooks for working easier while developing react web app

10 lines 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = useLayoutMount; var react_1 = require("react"); function useLayoutMount(fn) { (0, react_1.useLayoutEffect)(function () { return fn(); }, []); } //# sourceMappingURL=useLayoutMount.js.map