verekia-miniplex

Installation
SKILL.md

Verekia's Miniplex Patterns

Opinionated usage of Miniplex that keeps React bindings minimal.

What NOT to Use from miniplex-react

Never use:

  • ECS.Entity - Don't use this component
  • ECS.Component - Don't use this component
  • ECS.world - Don't access world through ECS, use direct import
  • useEntities hook - Don't use this
  • Render props pattern - Don't use this

Only use:

const { Entities } = createReactAPI(world)
Related skills
Installs
2
GitHub Stars
29
First Seen
Jan 21, 2026