reflex
reflex copied to clipboard
πΈοΈ Web apps in pure Python π
**Describe the bug** Hi Pynecone Team I am trying to wrap `echarts-for-react`, a beautiful and fully controlled graphing npm into pynecone app. In `./.web/pages/index.js`, auto generated code is `import {ReactECharts}...
See discussion here: https://github.com/pynecone-io/pynecone/discussions/137
Earlier today I was trying to set my CSS to do something basic, aka defining a color for `hover` on one component. However, the doc page about styling doesn't reference...
I've had a great time playing around with pynecone, and it seems very promising. One thing that trips me up though, i've been trying to create components in a project...
Hi Pynecone Team, After a few of tests, I really appreciate that Pynecone is a rising and impressive web framework which is Productive, easy to use in Python, and compatible...
Is there support for a on_enter or something (similar to on_blur, etc) for the input component? My desired UX is a user types something, hits enter, and then that triggers...
**Describe the bug** State does not update when there are uppercase functions in State. **Expected behavior** Expected my event handler DFS to properly update State but does not update unless...
**Describe the bug** I try to pass in a State variable based on some user input into the "columns" component of pc.responsive_grid and I get a typeError. It expects a...
We should add components like `pc.div`, `pc.pre`, etc. so users can build more customized components and integrate with libraries like Tailwind.
**Describe the bug** A clear and concise description of what the bug is. The page is blank **To Reproduce** Steps to reproduce the behavior: - Code/Link to Repo: pip install...