@buoy-gg/time-machine
v7.0.17
Published
Time Machine - snapshot & restore app state (storage, redux, zustand, jotai, react-query) for React Native DevTools
Readme
@buoy-gg/time-machine
Description
time-machine package for the monorepo.
Installation
This package is part of the monorepo and is automatically available to other packages and the example app.
Usage
import { TimeMachineComponent } from '@buoy-gg/time-machine';
// Use in your component
<TimeMachineComponent title="Hello World" />Development
Building
pnpm buildType Checking
pnpm typecheckClean Build
pnpm cleanStructure
time-machine/
├── src/
│ └── index.ts # Main export file
├── lib/ # Built output (git ignored)
├── package.json
├── tsconfig.json
└── README.mdDependencies
- Uses
@buoy-gg/shared-uifor common components and utilities - React and React Native as peer dependencies
