Nikhil Rao
Nikhil Rao
This page is a living document outlining the major projects we're working on next for reflex 0.8.0, as well as for our AI and Enterprise features. Feel free to comment...
We should have an opinionated look for `rx.upload` (currently it's fully unstyled) for better out of the box experience. We should always allow full bottoms-up customization as well. From [SyncLinear.com](https://synclinear.com)...
Currently the `rx.debounce` works well with inputs and textareas. Is there a way we can generalize this to work for all components such as `rx.slider` or the color picker example...
### Discussed in [https://github.com/orgs/reflex-dev/discussions/3125](https://github.com/orgs/reflex-dev/discussions/3125) Originally posted by **hragbalian** April 20, 2024 Hi there, I would like to be able to add mermaid diagrams to my markdown but the rx.markdown doesn't...
All the requirement.txt files currently reference `pynecone-io>=0.1.6` which is an ancient version. We should update them.
We should have a Chatgpt UI example
A basic debugging guide with common errors and solutions
Noticed an issue with our serializers - using lists of rx.Base is removing the outer braces: ```python class Test(rx.Base): key: str value: str comp = Test(key="1", value="text1") print(rx.utils.serializers.serialize(comp)) # prints...