[x] Make a custom outputs component that only renders data-explorer output
[x] Write some tests
[ ] Refactor and simplify the rest of the package and integrate
[ ] useEffects to open and close atom dock, toggle user config, and other side effects, replacing that logic in other areas of the package. (bump react to 16.8)
This should let me up with a nicer package and some learnings to take to future packages/refactors.
useEffect
s to open and close atom dock, toggle user config, and other side effects, replacing that logic in other areas of the package. (bump react to16.8
)This should let me up with a nicer package and some learnings to take to future packages/refactors.