Skip to content

Commit cd36ffe

Browse files
committed
Sync documentation of main branch
1 parent 1c39d3e commit cd36ffe

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

_versions/main/guides/web.adoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ public class Todos extends Controller {
155155
}
156156
----
157157

158+
NOTE: Check out https://www.youtube.com/watch?v=JNmHNSmK180[Quarkus Insights Episode #178]. First part is a hands-on demonstration of creating a CMS with Renarde. You can also give it a try using https://github.com/quarkusio/quarkus-web-lab[the web-lab repo]).
159+
158160
== Single Page Applications
159161

160162
Quarkus provides very solid tools for creating or integrating Single Page Applications to Quarkus (React, Angular, Vue, …), here are 3 options:
@@ -265,8 +267,3 @@ You could also split it in two services: one for the backend and one for the fro
265267
If your application involves a substantial number of static resources, consider using a CDN. Both the Web Bundler and Quinoa can be configured to work seamlessly with a CDN, providing improved performance and distribution of assets.
266268

267269
// It would be nice to have a blog article and benchmark about this topic.
268-
269-
270-
271-
272-

0 commit comments

Comments
 (0)