
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
Code React like Vue π, manage state like Zustand π».
β¨ Launching soon - stay tuned!
npm install zenbox
const counter = ZenBox({ count: 0 }); // Full TypeScript inference
const doubled = useComputed(() => 2 * counter.value.count);
useWatch(
() => counter.value.count,
(newV, oldV) => console.log("Changed!", newV, oldV)
);
Coming soon...
| Feature | ZenBox | Zustand |
|---|---|---|
| Simple API | β One-line store creation | β Simple |
| Vue-like DX | β
useComputed/useWatch | β Manual handling |
| TypeScript Support | β Full auto-inference | β οΈ Manual interface required |
| State Mutation | β Direct mutation (Vue-like) | β Manual .get()/.set() |
| Computed Values | β Cross-store, auto-tracked | β οΈ Pre-combined |
| Store Scoping | β Built-in Provider for local store | β Global default |
| Immer Support | β Out of the box | β οΈ Plugin required |
| Learning Curve | β Minimal (Vue-friendly) | β Low |
MIT License Β© 2025-PRESENT Del Wang
FAQs
React state management that feels like Vue vibes in React
The npm package zenbox receives a total of 696 weekly downloads. As such, zenbox popularity was classified as not popular.
We found that zenbox demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.