New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@arancini/react

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arancini/react - npm Package Compare versions

Comparing version

to
2.2.1

@@ -14,3 +14,3 @@ {

"license": "MIT",
"version": "2.2.0",
"version": "2.2.1",
"scripts": {

@@ -23,3 +23,3 @@ "build": "preconstruct build",

"dependencies": {
"@arancini/core": "2.2.0"
"@arancini/core": "2.2.1"
},

@@ -26,0 +26,0 @@ "peerDependencies": {

@@ -28,5 +28,5 @@ # @arancini/react

### Stepping the World
### Updating Systems
`@arancini/react` does not automatically step the world for you. If you are using arancini with `@react-three/fiber`, you can use the `useFrame` hook to step the World.
`@arancini/react` does not automatically update systems for you. If you are using arancini with `@react-three/fiber`, you can use the `useFrame` hook to update systems in the world.

@@ -45,3 +45,3 @@ ```tsx

If arancini needs to be integrated into an existing game loop, instead of calling `step`, you can decide when to update parts of the world.
If arancini needs to be integrated into an existing game loop, instead of calling `update`, you can decide when to update particular systems.

@@ -48,0 +48,0 @@ ```tsx