Go to file
Brian Vaughn fdfadef928 Refactored bridge to support transferrables (e.g. typed array buffers) and added transferable param to postMessage for op codes 2019-01-29 13:17:37 -08:00
shells Refactored bridge to support transferrables (e.g. typed array buffers) and added transferable param to postMessage for op codes 2019-01-29 13:17:37 -08:00
src Refactored bridge to support transferrables (e.g. typed array buffers) and added transferable param to postMessage for op codes 2019-01-29 13:17:37 -08:00
.babelrc Initial commit 2019-01-22 11:04:37 -08:00
.eslintignore Added initial Chrome/Firefox shells 2019-01-23 18:06:21 -08:00
.eslintrc Added Prettier (and formatted code) 2019-01-23 08:45:19 -08:00
.flowconfig Added initial Chrome/Firefox shells 2019-01-23 18:06:21 -08:00
.gitignore Initial commit 2019-01-22 11:04:37 -08:00
.prettierignore Added initial Chrome/Firefox shells 2019-01-23 18:06:21 -08:00
.prettierrc Added Prettier (and formatted code) 2019-01-23 08:45:19 -08:00
README.md Added a super basic README 2019-01-22 11:07:56 -08:00
flow.js Initial commit 2019-01-22 11:04:37 -08:00
package.json Replaced node objects with typed array of tree operations; windowing works in small test harness 2019-01-28 15:50:48 -08:00
yarn.lock Replaced node objects with typed array of tree operations; windowing works in small test harness 2019-01-28 15:50:48 -08:00

README.md

This is an experimental rewrite of the React DevTools extension (see github.com/facebook/react-devtools). This project is not supported and has only been posted as a way of sharing ideas with others who may be interested.

To get started...

yarn install
yarn start