tethysplatform / tethys

The Tethys Platform main Django website project repository.
http://tethysplatform.org/
BSD 2-Clause "Simplified" License
92 stars 49 forks source link

[FEATURE] Provide Solara and/or Reacton as Alternate React Scaffold #970

Open swainn opened 1 year ago

swainn commented 1 year ago

Is your feature request related to a problem? Please describe. Solara and Reacton provide a Python-based ipywidgets interface for a React frontend.

Describe the solution you'd like Create a new app scaffold with Solara/Reacton integrated.

Describe alternatives you've considered Alternative for current experimental React frontend.

Additional context Solara (built on Reacton): https://github.com/widgetti/solara Reacton: https://github.com/widgetti/reacton

swainn commented 7 months ago

Also look into ReactPy: https://reactpy.dev/docs/index.html

swainn commented 7 months ago

Test: try creating a Map View Component (similar to the Map View Gizmo) to test the capabilities of these libraries.