react/shells/dev/app
Brian Vaughn 0f2fb5badf
Standalone NPM packages and React Native support (#335)
* Add version 4 react-devtools and react-devtools-core packages which support both React Native and e.g. Safari or iframe DOM usage.
* Replaces typed operations arrays with regular arrays in order to support Hermes. This is unfortunate, since in theory a typed array buffer could be more efficiently transferred between frontend and backend for the web extension, but this never actually worked properly in v8, only Spidermonkey, and it fails entirely in Hermes so for the time being- it's been removed.
* Adds support for React Native (paper renderer)
* Adds a style editor for react-native and react-native-web
2019-07-13 10:05:04 -07:00
..
DeeplyNestedComponents Lots of tweaks 2019-06-01 08:24:24 -07:00
EditableProps Fixed editing props for memo and forwardRef components 2019-04-03 09:29:33 -07:00
ElementTypes Upgraded to canary with priority level info 2019-05-20 09:54:07 -07:00
Hydration Updated the hydration test harness to cover a bit more 2019-06-17 14:37:49 -07:00
InspectableElements Standalone NPM packages and React Native support (#335) 2019-07-13 10:05:04 -07:00
InteractionTracing Clicking commits and interactions link to each other 2019-03-24 09:46:54 -07:00
PriorityLevels Upgraded to canary with priority level info 2019-05-20 09:54:07 -07:00
SuspenseTree Fix profiler and nits 2019-04-05 23:34:27 +01:00
ToDoList Added interaction tracing test harness to shell 2019-03-24 09:21:37 -07:00
Toggle Fix double-adding fibers when traversing 2019-04-05 18:18:39 +01:00
index.js Updated the hydration test harness to cover a bit more 2019-06-17 14:37:49 -07:00
styles.css Updated test code to include a deeply nested DIV 2019-02-27 13:05:43 -08:00