reactpy
reactpy copied to clipboard
It's React, but in Python
### Current Situation Currently, users are expected to manually construct the component mount HTML needed to embed IDOM into their projects. This is results in poor usability, and even worse,...
### Current Situation Currently, it is hard to find IDOM without first knowing the project name. ### Proposed Actions Improve SEO by adding in a couple keywords into the readme...
### Current Situation Presently for contributors working on Windows, the [test suite does not run successfully](https://github.com/idom-team/idom/issues/289). As a result it's hard for developers on Windows to contribute features and fixes....
Include something like [this example](https://github.com/idom-team/idom/issues/565#issuecomment-1005852986) in the "Dangers of Mutability" docs.
The stuff in there is not well documented.
This is not documented yet, and it needs to be. The `importSource` key comes from this data structure: https://github.com/idom-team/idom/blob/230794350d6a80457f15bf3d5e47f2794bbaef5c/idom/core/vdom.py#L10-L12
Beta Docs Live Preview: https://reactive-python.github.io/reactpy/ Beta Docs Source Code: https://github.com/reactive-python/reactpy/tree/new-docs ### Current Situation It is difficult for new contributors to modify the docs, due to the current usage of reStructuredText...
### Current Situation `use_context` does not provide an example on how to properly configure the context provider. ### Proposed Actions Make the `use_context` docs a bit more robust.
## Issues Resolve #925 ## Summary Added back Pre-Commit Hook ## Checklist - [ ] Tests have been included for all bug fixes or added functionality. - [ ] The...
### Current Situation The GIF that is supposed to show ReactPy in Jupyter, uses the old name IDOM: https://github.com/reactive-python/reactpy/blob/0a89ecb9ea896e9c90ccd3ffadbde679fdf3cffc/docs/source/guides/getting-started/_static/reactpy-in-jupyterlab.gif ### Proposed Actions Re-record it.