Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request]: tuono dev/tuono build seems kind of slow #285

Open
Kiwifuit opened this issue Jan 3, 2025 · 1 comment
Open

[Feature request]: tuono dev/tuono build seems kind of slow #285

Kiwifuit opened this issue Jan 3, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Kiwifuit
Copy link

Kiwifuit commented Jan 3, 2025

Is your feature request related to a problem? Please describe.

At the moment, tuono dev and tuono build seem sluggish. Rather than actual performance issues, I think this issue boils down totuono dev and tuono build not really showing any output in the terminal, making the app look slow

Describe the solution you'd like

I think that a cargo-like output would be a clean way to implement logging and responsiveness within tuono.

Example:

   Compiling hello-world v0.1.0 (/tmp/tmp.AdsdVoKBky/hello-world)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.23s
     Running `target/debug/hello-world`

Something like this could work for tuono dev:

  Building   Frontend
  Finished   React Frontend
  Compiling  Rust Backend
    < Output of `cargo build` or whatever is building the backend >
  Serving    at localhost:8080

The example above for tuono dev is a really quick draft of what tuono build and tuono dev would look like once this issue has been fixed.

Describe alternatives you've considered

No response

Additional context

No response

@Kiwifuit Kiwifuit added the enhancement New feature or request label Jan 3, 2025
@Kiwifuit Kiwifuit changed the title [Feature request]: tuono dev seems kind of slow [Feature request]: tuono dev/tuono build seems kind of slow Jan 3, 2025
@Valerioageno
Copy link
Member

That is so true!

We could definitely think to a better terminal UI!
I was thinking for tuono dev something like vite or storybook! I'm super available for suggestions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Ready
Development

No branches or pull requests

2 participants