cc/ @kcolton @chriddyp @tarzzz I'm starting this discussion prompted by issues: - #360 (poor performance of code editor) - #361 (duplicated sql-schemas requests) Although the code editor lives in [CodeEditorField.react.js](https://github.com/plotly/falcon-sql-client/blob/8b394aac8d4512ba87ab5ed1376a37b8261b63c5/app/components/Settings/Preview/CodeEditorField.react.js) and the schema preview in [TableTree.react.js](https://github.com/plotly/falcon-sql-client/blob/8b394aac8d4512ba87ab5ed1376a37b8261b63c5/app/components/Settings/Preview/TableTree.react.js), it's very likely that we'll have to touch code in their parent components [Preview.react.js](https://github.com/plotly/falcon-sql-client/blob/8b394aac8d4512ba87ab5ed1376a37b8261b63c5/app/components/Settings/Preview/Preview.react.js) and [Settings.react.js](https://github.com/plotly/falcon-sql-client/blob/8b394aac8d4512ba87ab5ed1376a37b8261b63c5/app/components/Settings/Settings.react.js). I'd like to use this issue to discuss any significant changes to [Preview.react.js](https://github.com/plotly/falcon-sql-client/blob/8b394aac8d4512ba87ab5ed1376a37b8261b63c5/app/components/Settings/Preview/Preview.react.js) and [Settings.react.js](https://github.com/plotly/falcon-sql-client/blob/8b394aac8d4512ba87ab5ed1376a37b8261b63c5/app/components/Settings/Settings.react.js) before creating a PR.
cc/ @kcolton @chriddyp @tarzzz
I'm starting this discussion prompted by issues:
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.