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

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

question

See discussion here: https://github.com/pynecone-io/pynecone/discussions/137

feature request

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

documentation

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

enhancement

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

enhancement

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

question

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

bug

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

bug

We should add components like `pc.div`, `pc.pre`, etc. so users can build more customized components and integrate with libraries like Tailwind.

feature request

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

bug