-
[EffectComposer.tsx](https://github.com/pmndrs/react-postprocessing/blob/master/src/EffectComposer.tsx#L117) sets the size of the renderer based on the value of `size` from `useThree()`. When using th…
-
[React - Basic Theoretical Concepts -- sebmarkbage](https://github.com/reactjs/react-basic)
[React Fiber架构](https://swenyang.gitbooks.io/yapn/content/react-fiber/)
[What is React Fiber ?](https://gi…
-
-
# How does React do the initial mount internally?
Initial mount is the first render for a React app, it creates the internal Fiber Tree and also the DOM tree.
[https://jser.dev/2023-07-14-initial-mo…
-
录屏链接: https://thoughtworks.zoom.us/rec/share/lZyOZwXAwu8McUadUBMG6vzSw_cB7E6wA-SrS1ctQuPQRZZxV-IukrYp22Oozwg.6x_QcjFxa6XjInaz Passcode: X.2&y63T
mutoe updated
3 years ago
-
these 2 states are critical for many use cases
relevant resources:
https://youtu.be/jxecc2IGlWA?si=PP8NB8Nu1-I1WJpJ
https://www.youtube.com/watch?v=cIZaqeJd28Y
related to #109
-
- `three` version: 0.153.0
- `@react-three/fiber` version: 8.13.3
- `@react-three/drei` version: 9.74.15
- `node` version: v18.15.0
- `npm` version: 9.6.5
- `@types/three`: "^0.152.1"
- `@v…
-
"@react-three/drei": "^9.74.8",
"@react-three/fiber": "^8.13.0"
Not sure if it is bug. But I found some noncompatibility in
`
`
and beeing in same canvas with:
```
…
-
Good to know:
- [ ] React Virtual DOM, Reconciliation and Fiber Reconciler https://namansaxena-official.medium.com/react-virtual-dom-reconciliation-and-fiber-reconciler-cd33ceb0478e
- [ ] How react wo…
-
## Summary
Ideally `react` is shipped with official test utilities instead of relying o third-party vendors.
Unfortunately it was decided to deprecate`react-test-renderer`.
As a consequence i…