reflex
reflex copied to clipboard
πΈοΈ Web apps in pure Python π
In the codebase we use "route" and "path" interchangeably. Let's be consistent and stick to "route" since we are based on NextJS routes.
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...
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...
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....
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....
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...
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...
**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...
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....