Skip to content

Commit 6ce725d

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: [Frontend] Removing praise Update frontend.rst: Minor
2 parents 26263f2 + d8e6969 commit 6ce725d

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

frontend.rst

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Symfony gives you the flexibility to choose any front-end tools you want. There
55
are generally two approaches:
66

77
#. :ref:`building your HTML with PHP & Twig <frontend-twig-php>`;
8-
#. :ref:`building your frontend with a JavaScript framework <frontend-js>` like React.
8+
#. :ref:`building your frontend with a JavaScript framework <frontend-js>` like React, Vue, Svelte, etc.
99

1010
Both work great - and are discussed below.
1111

@@ -14,8 +14,7 @@ Both work great - and are discussed below.
1414
Using PHP & Twig
1515
----------------
1616

17-
Symfony comes with two powerful options to help you build a modern,
18-
fast frontend, *and* enjoy the process:
17+
Symfony comes with two powerful options to help you build a modern and fast frontend:
1918

2019
* :ref:`AssetMapper <frontend-asset-mapper>` (recommended for new projects) runs
2120
entirely in PHP, doesn't require any build step and leverages modern web standards.
@@ -51,7 +50,7 @@ AssetMapper (Recommended)
5150
~~~~~~~~~~~~~~~~~~~~~~~~~
5251

5352
AssetMapper is the recommended system for handling your assets. It runs entirely
54-
in PHP with *no* complex build step or dependencies. It does this by leveraging
53+
in PHP with no complex build step or dependencies. It does this by leveraging
5554
the ``importmap`` feature of your browser, which is available in all browsers thanks
5655
to a polyfill.
5756

@@ -67,20 +66,19 @@ Webpack Encore
6766
Do you prefer video tutorials? Check out the `Webpack Encore screencast series`_.
6867

6968
`Webpack Encore`_ is a simpler way to integrate `Webpack`_ into your application.
70-
It *wraps* Webpack, giving you a clean & powerful API for bundling JavaScript modules,
71-
pre-processing CSS & JS and compiling and minifying assets. Encore gives you a professional
72-
asset system that's a *delight* to use.
69+
It wraps Webpack, giving you a clean & powerful API for bundling JavaScript modules,
70+
pre-processing CSS & JS and compiling and minifying assets.
7371

7472
:doc:`Read the Encore Documentation </frontend/encore/index>`
7573

7674
Stimulus & Symfony UX Components
7775
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7876

79-
Once you've installed AssetMapper or Encore, it's time to start building your
77+
Once you've installed AssetMapper or Webpack Encore, it's time to start building your
8078
front-end. You can write your JavaScript however you want, but we recommend
8179
using `Stimulus`_, `Turbo`_ and a set of tools called `Symfony UX`_.
8280

83-
To learn about Stimulus & the UX Components, see:
81+
To learn about Stimulus & the UX Components, see
8482
the `StimulusBundle Documentation`_
8583

8684
.. _frontend-js:

0 commit comments

Comments
 (0)