reflex
reflex copied to clipboard
πΈοΈ Web apps in pure Python π
Although support for async events exist, state updates are only sent once the function is awaited and completes. This prevents us from sending multiple updates to the front end for...
Currently it's hard to measure how much Pynecone is being used once it's installed. We want to measure some very basic usage statistics. Key Measurements to Log: * Operating System...
We can have a config option to disable websockets and use normal http requests instead. Advantages: * Allow support for certain browsers where websockets aren't supported well * May allow...
It would be useful to have a blog post explaining the architecture of Pynecone so people can understand the basics.
Adds #237 Right now it only had the `value` prop, but I will add more as per comments.
The user should be able to give a string of custom JS code that will be compiled to the top of the page.
Sometimes the user may need to provide JS scripts (for example, adding a Google Analytics script to their site). We need a clean way to allow this.
**Describe the bug** When using a catchall route `"path/[...slug]"`, the slug ComputedVar is correctly created, but it can't be passed to the `pc.foreach` component, because it is detected as a...
**Describe the bug** I am trying to create an `Avatar` with prop `name` of βη»ε½β, which is a non-English string. `Avatar` shows `\`(support issues of utf-8 escape character)? And is...