1.0Beta docs? #234
|
Hi, I would like to try out your 1.0 beta, is the usage the same as 0.x ? |
Answered by
michalochman
Aug 16, 2021
Replies: 2 comments 2 replies
|
Hi @linonetwo, the usage is the same in general with an exception of only two small differences:
1.
|
2 replies
Answer selected by
michalochman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @linonetwo, the usage is the same in general with an exception of only two small differences:
refwith<Stage />component.react-pixi-fiberwithanimatedorreact-spring.1.
refwith<Stage />If you wanted to manually access
PIXI.Applicationwith reference to Stage, then you would do:react-pixi-fiber@0.14.3react-pixi-fiber@1.0.0function SomePixiApp() { const stageRef = useRef<typeof Stage | null>(null) useEffect(() => { - const app …