🎯

zustand

🎯Skill

from verekia/r3f-gamedev

VibeIndex|
What it does

Manages global game state and entity management using Zustand for efficient, reactive state handling in a React Three Fiber game development context.

πŸ“¦

Part of

verekia/r3f-gamedev(24 items)

zustand

Installation

πŸ“‹ No install commands found in docs. Showing default command. Check GitHub for actual instructions.
Quick InstallInstall with npx
npx skills add verekia/r3f-gamedev --skill zustand
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

# React Three Fiber (R3F) Game Dev Recipes

This is a collection of minimal useful patterns for game development with React Three Fiber.

Open the pages/ folder to browse the code. Demos available on [r3f-gamedev.v1v2.io](https://r3f-gamedev.v1v2.io)

Visuals

  • [Health Bars](https://r3f-gamedev.v1v2.io/health-bars)
  • [Damage Numbers](https://r3f-gamedev.v1v2.io/damage-numbers)
  • [Weapon Trail](https://r3f-gamedev.v1v2.io/weapon-trail)
  • [Camera Shake](https://r3f-gamedev.v1v2.io/camera-shake)
  • [Pushback](https://r3f-gamedev.v1v2.io/pushback)
  • [Low Health](https://r3f-gamedev.v1v2.io/low-health)

Techniques

  • [Bone Attachment](https://r3f-gamedev.v1v2.io/bone-attachment)
  • [Smooth Interpolation](https://r3f-gamedev.v1v2.io/smooth-interpolation)
  • [Reactive Polling](https://r3f-gamedev.v1v2.io/reactive-polling)
  • [UI useFrame](https://r3f-gamedev.v1v2.io/ui-useframe)

ECS / Entities

  • [Koota](https://r3f-gamedev.v1v2.io/koota)
  • [Miniplex](https://r3f-gamedev.v1v2.io/miniplex)
  • [Zustand](https://r3f-gamedev.v1v2.io/zustand)