You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to bring it to two guides that gives the same story to users:
Qute Web is the tutorial guide where you learn how to start from a basic 2-3 page website (without using REST) evolving a more sophisticated solution using a Qute REST endpoints (always pointing to qute-reference for full reference)
Qute Reference is the reference guide:
The Simplest Example
Qute Core features
Qute Web to bring it to the Web and do SSR
Qute Web + REST to bind templates on REST endpoints
On both the tutorial and the reference we should have a small section about:
Web Bundler to bundle javascript & styles alongside Qute
Renarde to use Qute in a MVC fashion
The Qute Web Quarkiverse guide should redirect to the quarkus.io one.
The text was updated successfully, but these errors were encountered:
@maxandersen I think it would also make sense to have a Quarkus Web quarkus.io/web guide for posterity that explain the Quarkus Web story and with links to the docs:
Qute Web for SSR
Renarde for SSR with MVC
Web Bundler / mvnpm to bundle assets and npm dependencies (js, ts, css, scss)
Quarkus + HTMX
Quinoa for NodeJS SPA seamless integration (if you need npm features which are not available in the Web Bundler)
Then in the blog Quarkus Fullstack/Web Rainbow post, I would quote/link it and write it as an article.
Description
Currently there are 3 guides for Qute:
The idea is to bring it to two guides that gives the same story to users:
On both the tutorial and the reference we should have a small section about:
The Qute Web Quarkiverse guide should redirect to the quarkus.io one.
The text was updated successfully, but these errors were encountered: