reflex
reflex copied to clipboard
πΈοΈ Web apps in pure Python π
**Describe the bug** A clear and concise description of what the bug is. I created a button that redirects the page using pc.redirect . However, when I click the button...
Hi, not sure if this should be an issue or not but hopefully this will work to start a discussion. This is really just a quick workaround for making the...
**Describe the bug** Trying to use event chains, I ran into a couple problems: **To Reproduce** Problems encountered: 1. `partial` work if I'm using a single event handler, but not...
To add and use `pc.list`/`PcList` to have list mutation detection. It's not as straightforward as I thought. Or is my approach too complicated? For #334. `pc.dict` would be in another...
Resolve: #310 Validate EventChain explicitly, so other types will be caught as a ValueError > ValueError: Invalid event chain: {state. some_var}
- Python Version: 3.9 - Pynecone Version: latest - OS: windows 10 - Browser (Optional): [edge](url) About page and Index page is ok, but when I try to custom-route give...
Currently Pynecone doesn't detect mutations in list/dict state vars which is annoying and can lead to bugs if one is not careful. Maybe we could create classes `pc.dict` and `pc.list`...
**Describe the bug** Looks like the on_change event handler of number_input component sets the state variable as string instead of int. ``` min_yield 50 wait - compiling /... event -...
**Describe the bug** [Wrapping React](https://pynecone.io/docs/advanced-guide/wrapping-react) is not working for some libraries. I had to modify {page}.js manually to import them. ```javascript // created by pynecone, it breaks import {DateRangePicker} from...
Are there any events and event triggers (or handlers) that occur when the page is finished loading?
**Describe the bug** A clear and concise description of what the bug is. I want to additionally handle other events when the page has finished loading. For example, calling an...