stitchfix / pyxley

Python helpers for building dashboards using Flask and React
MIT License
2.27k stars 257 forks source link

Remove PyReact dependency #28

Closed nmkridler closed 8 years ago

nmkridler commented 8 years ago

PyReact is not being maintained anymore and should be removed as a dependency.

Proposed Solution: Remove jsx transformation step (instead write the jsx file) Create a build step (relying on babel or webpack) Create a pipeline to determine whether or not to include buildstep

nmkridler commented 8 years ago

Need to add a react-router option for multi-page apps.

Not sure whether or not to make the transpiling step something manual or have a build step like in ipython: https://github.com/jupyter/notebook/blob/master/setupbase.py

nmkridler commented 8 years ago

Completed with Pull Request #31