Results 352 comments of

in react components do not return data but v-dom which goes into the hands of the reconciler. there is no component that receives the return value of another. you have...

awesome @looeee thanks! pinging @axaq here (https://github.com/pmndrs/racing-game/issues/14), is this what you meant?

starting to think the npm namespace thing (react-three/gltfjsx) is a mistake. hard to type, serves no purpose, confusing as hell.

no idea how that would work, a second arg maybe?

@dbismut @gsimone is it a big change or really just createRoot and that's it?

these warnings do annoy me, a little :-D im sunk in debugging half the day and im a console guy, always having to scroll up every time to see my...

ah yes, i've experimented with these for a while. that would indeed make it worthwhile.

sounds interesting. so you mean something like this? ```jsx export function Arms() { const { nodes, material } = useGLTF("model.glb") return ... } export function Legs() { const { nodes,...

you can edit the main component though and make its parts conditional, isn't that enough? either way, you can make a pr and then we can review it. there is...