reactpy icon indicating copy to clipboard operation
reactpy copied to clipboard

Improve JavaScript components docs

Open Archmonger opened this issue 3 years ago • 0 comments

Current Situation

The current docs are sparse on information, making it hard for new users to develop custom components. In particular, we jump to a relatively complicated example with super-simple-chart without ever showing a "Hello World" example. Also, this example does not demonstrate interactivity.

Proposed Actions

Extend the docs to add the following information

  • Simple "Hello World"
  • Adding interactivity (event handling)
  • Sending arbitrary JS data to Python
  • Sending arbitrary Python data to JS
  • Using a ReactJS component in a custom component

Archmonger avatar Feb 06 '22 02:02 Archmonger