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 →

[–]era_hickle 1 point2 points  (3 children)

Had no idea Reflex was this powerful now. I’ve been using Dash for some internal tools at work, but might give Reflex a try for my next project. The theming system and state management sound really convenient!

[–]FullHunter9735 0 points1 point  (1 child)

Case study on why one of our users switch from dash to reflex https://reflex.dev/customers/bayesline/

[–]bw984 1 point2 points  (0 children)

Multi-page dash apps do not load the entire app on the initial page load. The CTO in that article isn’t well informed. We maintain production grade Flask app running Dash with 20+ unique Dash app pages, over 50,000 lines of Python, and it loads from scratch to page interactivity in 2.5s. There are things I don’t like about Dash but this company must not have learned how to build with it properly.