plotly/falcon

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

Open

#362 ouverte le 1 févr. 2018

Voir sur GitHub
 (15 commentaires) (1 réaction) (0 assignés)JavaScript (279 forks)batch import
discussiongood first issuehelp wantedrefactor

Métriques du dépôt

Stars
 (5 093 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur