reflex icon indicating copy to clipboard operation
reflex copied to clipboard

πŸ•ΈοΈ Web apps in pure Python 🐍

Results 906 reflex issues
Sort by recently updated
recently updated
newest added

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...

enhancement
feature request

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...

feature request

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...

needs investigation
still deciding

It would be useful to have a blog post explaining the architecture of Pynecone so people can understand the basics.

documentation

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.

enhancement

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.

enhancement
good first issue
feature request

**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...

enhancement

**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...

enhancement
needs investigation