@@ -15,19 +15,19 @@ fast frontend, *and* enjoy the process:
15
15
* :ref: `AssetMapper <frontend-asset-mapper >`, is a production-ready simpler alternative
16
16
to Webpack Encore that runs entirely in PHP. It's currently experimental.
17
17
18
- ========================================== ================= ======================================================
19
- Encore AssetMapper
20
- ========================================== ================= ======================================================
21
- Production Ready? yes yes
22
- Stable? yes :doc: `experimental </contributing/code/experimental >`
23
- Requirements node none: pure PHP
24
- Requires a build step? yes no
25
- Works in all browsers? yes yes
26
- Supports :doc: `Stimulus/UX < /frontend/ux >` yes yes
27
- Supports Sass/Tailwind yes :ref: `yes <asset-mapper-tailwind >`
28
- Supports React, Vue, Svelte? yes yes**
29
- Supports TypeScript yes no**
30
- ========================================== ================= ======================================================
18
+ ================================ ================= ======================================================
19
+ Encore AssetMapper
20
+ ================================ ================= ======================================================
21
+ Production Ready? yes yes
22
+ Stable? yes :doc: `experimental </contributing/code/experimental >`
23
+ Requirements node none: pure PHP
24
+ Requires a build step? yes no
25
+ Works in all browsers? yes yes
26
+ Supports `Stimulus/UX `_ yes yes
27
+ Supports Sass/Tailwind yes :ref: `yes <asset-mapper-tailwind >`
28
+ Supports React, Vue, Svelte? yes yes**
29
+ Supports TypeScript yes no**
30
+ ================================ ================= ======================================================
31
31
32
32
** Using JSX (React), Vue or TypeScript with AssetMapper is possible, but you'll
33
33
need to use their native tools for pre-compilation. Also, some features (like
@@ -123,12 +123,11 @@ AssetMapper is currently :doc:`experimental </contributing/code/experimental>`.
123
123
124
124
:doc: `Read the AssetMapper Documentation </frontend/asset_mapper >`
125
125
126
- Symfony UX Components
127
- ---------------------
126
+ Stimulus & Symfony UX Components
127
+ --------------------------------
128
128
129
- * :doc: `/frontend/ux `
130
-
131
- .. include :: /frontend/_ux-libraries.rst.inc
129
+ To learn about Stimulus & the UX Components, see:
130
+ the `StimulusBundle Documentation `_
132
131
133
132
Other Front-End Articles
134
133
------------------------
@@ -153,3 +152,5 @@ Other Front-End Articles
153
152
.. _`Symfony` : https://symfony.com/
154
153
.. _`Full API` : https://github.com/symfony/webpack-encore/blob/master/index.js
155
154
.. _`Webpack Encore screencast series` : https://symfonycasts.com/screencast/webpack-encore
155
+ .. _StimulusBundle Documentation : https://symfony.com/bundles/StimulusBundle/current/index.html
156
+ .. _Stimulus/UX : https://symfony.com/bundles/StimulusBundle/current/index.html
0 commit comments