@@ -15,7 +15,7 @@ Using PHP & Twig
1515----------------
1616
1717Symfony comes with two powerful options to help you build a modern,
18- fast frontend, * and * enjoy the process :
18+ fast frontend:
1919
2020* :ref: `AssetMapper <frontend-asset-mapper >` (recommended for new projects) runs
2121 entirely in PHP, doesn't require any build step and leverages modern web standards.
@@ -51,7 +51,7 @@ AssetMapper (Recommended)
5151~~~~~~~~~~~~~~~~~~~~~~~~~
5252
5353AssetMapper 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
5555the ``importmap `` feature of your browser, which is available in all browsers thanks
5656to a polyfill.
5757
@@ -66,21 +66,21 @@ Webpack Encore
6666
6767 Do you prefer video tutorials? Check out the `Webpack Encore screencast series `_.
6868
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 .
7373
7474:doc: `Read the Encore Documentation </frontend/encore/index >`
7575
7676Stimulus & Symfony UX Components
7777~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7878
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
8080front-end. You can write your JavaScript however you want, but we recommend
8181using `Stimulus `_, `Turbo `_ and a set of tools called `Symfony UX `_.
8282
83- To learn about Stimulus & the UX Components, see:
83+ To learn about Stimulus & the UX Components, see
8484the `StimulusBundle Documentation `_
8585
8686.. _frontend-js :
0 commit comments