@@ -61,6 +61,10 @@ be executed by a browser.
61
61
AssetMapper (Recommended)
62
62
~~~~~~~~~~~~~~~~~~~~~~~~~
63
63
64
+ .. screencast ::
65
+
66
+ Do you prefer video tutorials? Check out the `AssetMapper screencast series `_.
67
+
64
68
AssetMapper is the recommended system for handling your assets. It runs entirely
65
69
in PHP with no complex build step or dependencies. It does this by leveraging
66
70
the ``importmap `` feature of your browser, which is available in all browsers thanks
@@ -118,6 +122,10 @@ the `StimulusBundle Documentation`_
118
122
Using a Front-end Framework (React, Vue, Svelte, etc)
119
123
-----------------------------------------------------
120
124
125
+ .. screencast ::
126
+
127
+ Do you prefer video tutorials? Check out the `API Platform screencast series `_.
128
+
121
129
If you want to use a front-end framework (Next.js, React, Vue, Svelte, etc),
122
130
we recommend using their native tools and using Symfony as a pure API. A wonderful
123
131
tool to do that is `API Platform `_. Their standard distribution comes with a
@@ -143,3 +151,5 @@ Other Front-End Articles
143
151
.. _`Symfony UX` : https://ux.symfony.com
144
152
.. _`API Platform` : https://api-platform.com/
145
153
.. _`SensioLabs Minify Bundle` : https://github.com/sensiolabs/minify-bundle
154
+ .. _`AssetMapper screencast series` : https://symfonycasts.com/screencast/asset-mapper
155
+ .. _`API Platform screencast series` : https://symfonycasts.com/screencast/api-platform
0 commit comments