This repository was archived by the owner on Jun 4, 2024. It is now read-only.
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
Refactor Preview.react.js and Settings.react.js #362
Open
Description
cc/ @kcolton @chriddyp @tarzzz
I'm starting this discussion prompted by issues:
- Typing in the SQL editor should not be laggy from heavy repaints of the chart #360 (poor performance of code editor)
- Duplicated sql-schemas requests #361 (duplicated sql-schemas requests)
Although the code editor lives in CodeEditorField.react.js and the schema preview in TableTree.react.js, it's very likely that we'll have to touch code in their parent components Preview.react.js and Settings.react.js.
I'd like to use this issue to discuss any significant changes to Preview.react.js and Settings.react.js before creating a PR.