1.0.3 • Published 6 months ago

colyseus-schema-hooks v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

⚡ Colyseus Schema Hooks

Version Small size Build

React hooks for @colyseus/schema

.

Install

npm i colyseus-schema-hooks

.

Hooks

Get actual value of Schema property

const value = useSchemaValue(schema, prop);

Subscribe to updates of Map/Set Schema

useSchemaListener(schema, {
  onAdd: (item) => {},
  onChange: (item) => {},
  onRemove: (item) => {},
}, [depends]);
1.0.3

6 months ago

1.0.2

11 months ago

1.0.1

1 year ago

1.0.0

1 year ago