reactpy
reactpy copied to clipboard
Type hint for all generic props for `idom.html`
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
VS Code now supports auto-completion for TypeDicts.