@buoy-gg/redux
v2.1.1
Published
Redux Toolkit DevTools for React Native
Downloads
200
Readme
@buoy-gg/redux
Description
redux 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 { ReduxComponent } from '@buoy-gg/redux';
// Use in your component
<ReduxComponent title="Hello World" />Development
Building
pnpm buildType Checking
pnpm typecheckClean Build
pnpm cleanStructure
redux/
├── 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
