Remove dependency on most react-dom internals

This commit is contained in:
Nicolas Gallagher
2017-04-09 19:20:08 -07:00
parent 547c375bd6
commit 941c628445
17 changed files with 517 additions and 62 deletions
+4 -3
View File
@@ -20,7 +20,7 @@ simple `View` without much of React Native's functionality.
Typical render timings*: mean ± two standard deviations
| Implementation | Deep tree (ms) | Wide tree (ms) | Tweet (ms) |
| Implementation | Deep tree (ms) | Wide tree (ms) | Tweets (ms) |
| :--- | ---: | ---: | ---: |
| `css-modules` | `87.68` `±13.29` | `171.96` `±14.91` | |
| `react-native-web/stylesheet@0.0.81` | `90.59` `±12.03` | `190.37` `±19.65` | |
@@ -29,9 +29,10 @@ Typical render timings*: mean ± two standard deviations
Other libraries
| Implementation | Deep tree (ms) | Wide tree (ms) |
| `aphrodite@1.2.0` | `101.25` `±18.78` | `224.59` `±22.28` |
| :--- | ---: | ---: |
| `aphrodite@1.2.0` | `101.25` `±18.78` | `224.59` `±22.28` |
| `glamor@3.0.0-1` | `143.39` `±23.05` | `275.21` `±21.10` |
| `react-jss@5.4.1 | `142.27` `±16.62` | `318.62` `±26.19` |
| `react-jss@5.4.1` | `142.27` `±16.62` | `318.62` `±26.19` |
| `reactxp@0.34.3` | `221.36` `±23.35` | `472.61` `±40.86` |
| `styled-components@2.0.0-7` | `301.92` `±39.43` | `647.80` `±102.1` |