Mark Bakhit
Mark Bakhit
**Is your feature request related to a problem? Please describe.** There are certain circumstances where I only want to embed the args/returns, and no title/description/etc. **Describe the solution you'd like**...
Fix #114
Currently, test runs aren't automated through github actions. I can fairly easily add this in if repo maintainers are interested.
Currently, Django 4.x is not tested within `tox.ini`. Best to update this and check if there are any bugs surrounding Django 4.
[Django Channels Layers](https://channels.readthedocs.io/en/stable/topics/channel_layers.html) perform a similar task to broadcaster, but currently only works with `redis`. Would be a nice addition if there was a built-in wrapper around broadcaster to be...
### Current Situation We currently don't have a good equivalent of ReactJS [error boundaries](https://react.dev/reference/react/Component#catching-rendering-errors-with-an-error-boundary). ### Proposed Actions Create some method of scoping errors. My suggestion is this can be done...
### Current Situation After repo was re-organized pre-commit was removed just to get that in quicker. We should add back pre-commit hooks. ### Proposed Actions Add pre-commit hooks that match...
### Current Situation There's been a lot of growing pains in the fact that components have a significantly different interface than `reactpy.html` elements. Developing certain parts of `reactpy` core and/or...
## TLDR We want users to be able to use ReactJS components from NPM in a similar level of complexity to a `pip install`. This will require developing ReactPy Package...