Update frontend.rst: Minor

This commit is contained in:
Thomas Landauer
2024-01-15 14:51:57 +01:00
committed by GitHub
parent 6d005aade9
commit 3402d4fc41

View File

@@ -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 <frontend-twig-php>`;
#. :ref:`building your frontend with a JavaScript framework <frontend-js>` like React.
#. :ref:`building your frontend with a JavaScript framework <frontend-js>` like React, Vue, Svelte, etc.
Both work great - and are discussed below.