From 55152a1be75e61f8e2f0983aadd9d566cc443694 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Wed, 4 Sep 2019 11:32:21 +0530 Subject: [PATCH] Readme - Add testing concern --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3244d7..2057f1c 100644 --- a/README.md +++ b/README.md @@ -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: 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. +3. heavily tested with all these variations (to know when internals have changed). ## Docs