reactpy
reactpy copied to clipboard
It's React, but in Python
fixed a minor typo ## Issues ## Summary ## Checklist - [ ] Tests have been included for all bug fixes or added functionality. - [ ] The `changelog.rst` has...
## Issues Resolve #1029 ## Summary Modified packag.json Scripts ## Checklist - [ ] Tests have been included for all bug fixes or added functionality. - [ ] The `changelog.rst`...
Until we have a template tag, we're better off completely unpinning the reactpy client version.
Looks like the configure() method has an error in the component parameter. In the code documentation, the parameter indicates 'component' but the name is 'constructor', I've reviewed other files, and...
## Issues ## Summary creat -> create ## Checklist - [ ] Tests have been included for all bug fixes or added functionality. - [ ] The `changelog.rst` has been...
### Current Situation Step to reproduce: Run command `hatch run lint-js --fix` ### Proposed Actions _No response_
### Current Situation Currently `None` within `reactpy.html` elements get rendered as the text literal `None`, rather than doing nothing. Tangentially related: - https://github.com/reactive-python/reactpy/issues/538 - https://github.com/reactive-python/reactpy/issues/459 ### Proposed Actions We should...
## Summary - fixed two typos in "Dangers of mutability" - "we've have" -> "we have" - "consiquences" -> "consequences"
### Current Situation Right now we have analytics on traffic to the repo, but unfortunately GitHub has no useful tools to explore the data. Additionally, the data doesn't go beyond...
[WIP] Add connection resume, client state tracking, robust reconnect logic, reconnecting hooks, more
By submitting this pull request you agree that all contributions to this project are made under the MIT license. ## Issues While in a discussion on the discord, it became...