reflex-web
reflex-web copied to clipboard
A public repo of the reflex.dev website.
Path: /docs/datatable-tutorial/simple-table There is no next page button?
Search result for alert dialog: https://reflex.dev/docs/library/overlay/alertdialog/ Correct link: https://reflex.dev/docs/library/overlay/alert-dialog/
Path: /docs/getting-started/installation/ reflex init refused to work. throws this error: An error occurred while downloading fnm package: _ssl.c:989: The handshake operation timed out
Path: /docs/hosting/deploy-quick-start/ i've already deploy my app to gallery, but i would like to remove my app on reflex gallery. Although i found a way to do this in documentation...
Path: /docs/wrapping-react/example/ not able to add custom node_type node_type = {"colorPicker": rx.vstack(color_picker_node())} return rx.vstack( color_picker_node(), react_flow( background( color="green", ), controls(), mini_map(), nodes_draggable=True, nodes_connectable=True, on_connect=lambda e0: State.on_connect(e0), on_nodes_change=lambda e0: State.on_nodes_change( e0...
Path: /docs/hosting/self-hosting/ How many applications can I have hosted on the reflex server or what is the maximum capacity I can occupy?
Problem: Right now the documentation and tutorial go one step by one step. When I want to seek for a particular topic, I want a content navigation bar to help...