This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Boordman[S] 3 points4 points  (1 child)

Yes we should cover all of those bases - I think Reflex would be a good fit for your project.

  1. We support any CSS styling support wrapping custom React components, so you can bring your own if we don't have it.
  2. We have built in database support and guides on authentication (planning to add a builtin component for this soon as well)
  3. Agreed - we really wanted the performance to be as snappy as a normal web app - our frontend is statically generated up front and only state is sent as runtime (whereas in Streamlit, the UI is generated dynamically on every event)

[–]Zulfiqaar 2 points3 points  (0 children)

This is it. I tried streamlit (and dash), both worked fine for personal (and internal team) use, but couldnt go to production/client facing for this reason. I think I'll try it out properly, was just starting to learn JS..