From 3402d4fc4182b0a54325134d1ed59f8c844fba80 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Mon, 15 Jan 2024 14:51:57 +0100 Subject: [PATCH] Update frontend.rst: Minor --- frontend.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend.rst b/frontend.rst index e9591654212..6257f5a9f8b 100644 --- a/frontend.rst +++ b/frontend.rst @@ -5,7 +5,7 @@ Symfony gives you the flexibility to choose any front-end tools you want. There are generally two approaches: #. :ref:`building your HTML with PHP & Twig `; -#. :ref:`building your frontend with a JavaScript framework ` like React. +#. :ref:`building your frontend with a JavaScript framework ` like React, Vue, Svelte, etc. Both work great - and are discussed below.