reactive-python / reactpy

It's React, but in Python
https://reactpy.dev
MIT License
7.89k stars 317 forks source link

Data science integration #1066

Open Archmonger opened 1 year ago

Archmonger commented 1 year ago

Current Situation

ReactPy currently requires too much web development knowledge for data scientists applications.

Proposed Actions

Create reactpy-data-science which contains pre-styled, self-contained components.

A few target goals we should have are:

  1. Package should not require hooks to operate
  2. Can easily be deployed to our future plans for cloud hosting architecture (see: #1065)
  3. Contains a simplified version of reactpy.run that sets up a deployment ready ASGI configuration.
JaynouOliver commented 1 year ago

I would like to work on this issue. Can you assign me to this issue?

Archmonger commented 1 year ago

@JaynouOliver We generally do not use the GitHub issue assignment feature.

Priority is given to the first person to open a PR.

JaynouOliver commented 1 year ago

sure!