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

In the codebase we use "route" and "path" interchangeably. Let's be consistent and stick to "route" since we are based on NextJS routes.

enhancement

It would be cool if we could run simple code on the client side to avoid network round trips. We can track ideas on how to do this in this...

enhancement

This can just be a shorthand for ``` pc.input(type_="password") ``` but we can also have nice features like automatically hashing the value before storing it in the state, so we...

feature request

One of the issues i had with streamlit (from what i remember) is that you can't easily embed streamlit into existing applications, and the same seems to be true here....

feature request

When I go through the documentation of [Input](https://pynecone.io/docs/library/forms/input) component, I noticed that we should support autocomplete feature. Just googled and found [chakra-ui-simple-autocomplete](https://www.npmjs.com/package/chakra-ui-simple-autocomplete), a Chakra UI related library licensed in MIT....

feature request

Another good first issue but this would be a harder than the [date picker](https://github.com/pynecone-io/pynecone/issues/237) but if someone is up for the challenge this would be a huge help. This component...

help wanted
feature request

This would be a good first issue for someone as seen in our docs someone can wrap a datepicker. For an intro on how to add a component see our...

good first issue
help wanted
feature request

**Describe the bug** While using Plotly express with the NBA app, the title and axis labels were not showing. Specifically the functions "title" and "xaxis_title/yaxis_title" did not update the graph...

bug

As seen in the chakra search example, and also victory in cases such as label your graphs with components you should be able to use a pc.component for some props....

enhancement
feature request