Currently, hybrid mode is possible but templates will be rendered at runtime in prod mode.
Hybrid mode means that you use Roq but you want to use Quarkus to serve your app:
- database access
- backend services
- ...
We can explore ways to pin templates which should be generated at build time and some which should stay runtime.
Currently, hybrid mode is possible but templates will be rendered at runtime in prod mode.
Hybrid mode means that you use Roq but you want to use Quarkus to serve your app:
We can explore ways to pin templates which should be generated at build time and some which should stay runtime.