reactpy icon indicating copy to clipboard operation
reactpy copied to clipboard

Type hint for all generic props for `idom.html`

Open Archmonger opened this issue 2 years ago • 1 comments
trafficstars

Current Situation

There currently are no type hints for idom.html props.

Proposed Actions

We should probably long-form type-hint them for developer's convenience. We can find all available props in the react docs

In order to be used effectively, this will require this issue to be resolved within VSCode:

  • https://github.com/microsoft/pylance-release/discussions/3710

Archmonger avatar Jan 04 '23 02:01 Archmonger

VS Code now supports auto-completion for TypeDicts.

Archmonger avatar Mar 13 '24 07:03 Archmonger