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.