Features:
- refresh button?
- make the graph pretty
- highlight dependencies through graph
- display number of recomputations (might need a refresh button)
- deal with long labels
- deal w/weird flexbox layout issues
- change N/A/ everywhere
- should we be able to get the value of selectors in the extension that we haven't added. - no
- pageApi can run into problems because we attempt to pass in an unregistered func with quotes in it.
- inject id field into graph nodes
- search selectors
- lock drawer open or closed
- find nodes depend on a given node
- highlight most recomputed nodes
- improve checkSelector rendering - zip inputs and dependencies
- highlight unregistered nodes
- show page action only when we are on a page w/devtools on it
- Enable / disable depending on whether or not reselect tools have been installed
Platforms:
- Allow remote debugging with an RPC interface a la redux devtools
Productionize
- Create icon
- Remove todoapp references
- Remove console logs
- Remove unnecessary pug templates
- Handle bad loads better
- Decide if we need redux
- Remove all references to boilerplate
- Set up linting, at least
- At least look at the tests