mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 13:52:36 +00:00
Readme - Add testing concern
This commit is contained in:
@@ -98,6 +98,7 @@ Currently, it assumes that nodes are created by `react 16.3+` with appropriate `
|
|||||||
Because fiber nodes are internal to react and are supported by multiple renderers, this is an incorrect assumption to make. It should:
|
Because fiber nodes are internal to react and are supported by multiple renderers, this is an incorrect assumption to make. It should:
|
||||||
1. support diff versions of react (which have fiber node, but slight variations of it)
|
1. support diff versions of react (which have fiber node, but slight variations of it)
|
||||||
2. be renderer-agnostic (say, support react-fs-renderer) but with extra helpers for react-dom.
|
2. be renderer-agnostic (say, support react-fs-renderer) but with extra helpers for react-dom.
|
||||||
|
3. heavily tested with all these variations (to know when internals have changed).
|
||||||
|
|
||||||
## Docs
|
## Docs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user