Renaud Rohlinger
Renaud Rohlinger
Hello! It is because[ context is lost through the reconciler](https://github.com/pmndrs/react-three-fiber/issues/114#issuecomment-501761003). So we have to either way forward it through [context bridge](https://docs.pmnd.rs/drei/misc/use-context-bridge) or via a state manager such as Zustand. If...
- Implement Phaser Manifest Loader for Webpack which provides an easy way to load assets : https://github.com/mattcolman/phaser-manifest-loader (+ it is based on this repo so it easy to implement) -...
Actually I add more feature/security to the thing, something like : ```jsx ///{value: [0,0,0], min: [-5], max: [Infinity,10]} if(min.length === 1 && isVec3) { const temp = new Array(3).fill(min[0]); min...
Hey! So I'm pretty sure it is necessary to update r3f to do so. I need to add callbacks before and after the render for r3f-perf to work by using...
@arpu Thanks! For the moment I recommend the tool that I based my work on https://github.com/munsocket/gl-bench. I will work on a vanilla support this year.
Here is a demo by @CodyJasonBennett of r3f working with vanilla. https://codesandbox.io/s/rw6pdo Not the best solution at this moment but it works 😄
Thanks! next-pwa was not up to date with the latest version of nextjs but everything should be fine now: https://github.com/shadowwalker/next-pwa/commit/1e6af5fa9f6a807930f451adb5ab5078d5cda451#diff-38fcdef48d4c9636b640c40cb75b5278d405ab90f1b0960895900a068436f4cb Please try again with a fresh install of react-three-next and...
We are not using next-offline anymore so this warning is not here anymore 👍
latest r3f fix this
Hello! Thank you very much for this amazing library @spite. I made a new version of a library using vite and typescript. I would be happy to PR it on...