@@ -15,7 +15,7 @@ Using PHP & Twig
15
15
----------------
16
16
17
17
Symfony comes with two powerful options to help you build a modern,
18
- fast frontend, * and * enjoy the process :
18
+ fast frontend:
19
19
20
20
* :ref: `AssetMapper <frontend-asset-mapper >` (recommended for new projects) runs
21
21
entirely in PHP, doesn't require any build step and leverages modern web standards.
@@ -51,7 +51,7 @@ AssetMapper (Recommended)
51
51
~~~~~~~~~~~~~~~~~~~~~~~~~
52
52
53
53
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
54
+ in PHP with no complex build step or dependencies. It does this by leveraging
55
55
the ``importmap `` feature of your browser, which is available in all browsers thanks
56
56
to a polyfill.
57
57
@@ -66,21 +66,21 @@ Webpack Encore
66
66
67
67
Do you prefer video tutorials? Check out the `Webpack Encore screencast series `_.
68
68
69
- `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
+ `Webpack Encore `_ is a simpler way to integrate `Webpack `_ (a professional
70
+ asset system) into your application.
71
+ It wraps Webpack, giving you a clean & powerful API for bundling JavaScript modules,
72
+ pre-processing CSS & JS and compiling and minifying assets .
73
73
74
74
:doc: `Read the Encore Documentation </frontend/encore/index >`
75
75
76
76
Stimulus & Symfony UX Components
77
77
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
78
78
79
- Once you've installed AssetMapper or Encore, it's time to start building your
79
+ Once you've installed AssetMapper or Webpack Encore, it's time to start building your
80
80
front-end. You can write your JavaScript however you want, but we recommend
81
81
using `Stimulus `_, `Turbo `_ and a set of tools called `Symfony UX `_.
82
82
83
- To learn about Stimulus & the UX Components, see:
83
+ To learn about Stimulus & the UX Components, see
84
84
the `StimulusBundle Documentation `_
85
85
86
86
.. _frontend-js :
0 commit comments