Effector Inspector
Dark theme and unit tracing | Units in files |
---|
| |
Installation
- Install effector, logger and inspector
npm install effector
npm install --dev effector-logger effector-inspector
or yarn
yarn add effector
yarn add -D effector-logger effector-inspector
effector-inspector requires effector
and effector-logger
to be installed
- Follow instructions for effector-logger
- Setup babel plugin
- Replace
effector
to effector-logger
- Open your root application file (
client.tsx
or index.tsx
)
Initialize effector logger in it first lines.
import { createInspector } from 'effector-inspector';
createInspector();
- Press hot keys to open inspector
By default: CTRL+B
in your application
- Watch your stores and its values
Release process
- Check out the draft release.
- All PRs should have correct labels and useful titles. You can review available labels here.
- Update labels for PRs and titles, next manually run the release drafter action to regenerate the draft release.
- Review the new version and press "Publish"
- If required check "Create discussion for this release"