plotly/falcon

Refactor Preview.react.js and Settings.react.js

Open

#362 aberto em 1 de fev. de 2018

Ver no GitHub
 (15 comments) (1 reaction) (0 assignees)JavaScript (279 forks)batch import
discussiongood first issuehelp wantedrefactor

Métricas do repositório

Stars
 (5.093 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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 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.

Guia do colaborador