isolate-components
v1.4.1
Published
isolate-hooks and isolate-components have been merged into **isolate-react**
Downloads
8,886
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-components. - Update your imports as follows:
Replace this:
import isolateComponent from 'isolate-components'With this:
import { isolateComponent } from 'isolate-react'All functionality and APIs are unchanged, so the migration should be fairly painles
More info:
