reactpy
reactpy copied to clipboard
Reacting to Input with State docs
By submitting this pull request you agree that all contributions to this project are made under the MIT license.
Issues
#863 Rewriting the docs for the 'Reacting to Input with State' section under 'Managing State' located at: https://reactive-python.github.io/reactpy/learn/reacting-to-input-with-state/
Solution
The examples and descriptions have been refactored from JavaScript/ReactJS to ReactPy code and terminology.
Checklist
- [ ] Tests have been included for all bug fixes or added functionality.
- [ ] The
changelog.rsthas been updated with any significant changes.