isolate-hooks
v1.6.2
Published
isolate-hooks and isolate-components have been merged into **isolate-react**
Readme
THIS PACKAGE HAS MOVED!
isolate-hooks and isolate-components have been merged into isolate-react
To migrate to isolate-react:
- Install
isolate-reactusing yarn or npm and removeisolate-hooks. - Update your imports as follows:
Replace this:
import isolateHook from 'isolate-hooks'With this:
import { isolateHook } from 'isolate-react'All functionality and APIs are unchanged, so the migration should be fairly painles
More info:
