This might not be a bug but a request. Please use any performance-based language like Rust to build reflex CLI. #3031
Replies: 4 comments 4 replies
-
Convert it to discussion. |
Beta Was this translation helpful? Give feedback.
-
I agree compile performance needs to be improved especially for larger apps. We notice it a lot on reflex-web. We do have some way to improve the compile on the python side, specifically involving not re compiling components that haven't changed on every hot reload although its more of an involved switch. Rust would definitely help. I think we will try and speed it up in Python and see if we hit any blockers with that first. |
Beta Was this translation helpful? Give feedback.
-
It's been a long time now, Any Updates? |
Beta Was this translation helpful? Give feedback.
-
Updates? |
Beta Was this translation helpful? Give feedback.
-
I'm posting this request because the hot reload is very delayed in starting up the web app. It installs the same npm modules whenever I start the app. It is very time-consuming. It would be better if we switch to another language maybe rust which has become very popular because of its performance in developer tools like CLIs and package-managers. I predict it would be speedy if we switch to Rust replacing the current
reflex run
. It takes too much time to compile.Beta Was this translation helpful? Give feedback.
All reactions