reflex-examples icon indicating copy to clipboard operation
reflex-examples copied to clipboard

A repository full of Reflex example apps.

Results 40 reflex-examples issues
Sort by recently updated
recently updated
newest added

After click Menu -> 20Dataset, the horizontal scroll bar cannot change the graph anymore. ``` My Testing Environment OS Darwin 22.4.0 Pynecone 0.1.33 Python 3.11.3 Node v16.8.0 Bun 0.5.9 ```

Mobile webapp is not testing yet. We catn start to test mobile web after `pc preview` release in new version of pynecone

nba example cannot run on iOS Safari for pc 0.1.28. On my Mac OS X Chrome browser and safari is okay for that. ![image](https://github.com/pynecone-io/pynecone-examples/assets/12568287/6f6a0378-9993-402a-b6b8-caaa53cf31e2)

As noted in https://github.com/pynecone-io/pynecone/pull/856#issuecomment-1518772949, we should consider adding tests for the example projects. At the very least, we should be able to `pc init` and `pc export` every project without...

Hi, My pynecone-app is taking shape :) However, it is being a bit difficult for me to do things like in other options like Flask are a bit more straightforward....

documentation
question

It gives many errors in Add/Update/Delete errors. When price is float, set cannot input.. ``` import pynecone as pc import datetime from typing import List, Optional from sqlmodel import Field...

We should have a Chatgpt UI example

Upon compiling the /home route in the GPT example, I am getting ```wait - compiling /home... error - ./pages/home.js Error: x Expected ident ,---- 82 |

Hi Team, I am able to generate the signup page, however when user signs up in gpt page and gets redirected to 'home' page, I am getting following error regarding...