@@ -61,6 +61,10 @@ be executed by a browser.
6161AssetMapper (Recommended)
6262~~~~~~~~~~~~~~~~~~~~~~~~~
6363
64+ .. screencast ::
65+
66+ Do you prefer video tutorials? Check out the `AssetMapper screencast series `_.
67+
6468AssetMapper is the recommended system for handling your assets. It runs entirely
6569in PHP with no complex build step or dependencies. It does this by leveraging
6670the ``importmap `` feature of your browser, which is available in all browsers thanks
@@ -118,6 +122,10 @@ the `StimulusBundle Documentation`_
118122Using a Front-end Framework (React, Vue, Svelte, etc)
119123-----------------------------------------------------
120124
125+ .. screencast ::
126+
127+ Do you prefer video tutorials? Check out the `API Platform screencast series `_.
128+
121129If you want to use a front-end framework (Next.js, React, Vue, Svelte, etc),
122130we recommend using their native tools and using Symfony as a pure API. A wonderful
123131tool to do that is `API Platform `_. Their standard distribution comes with a
@@ -143,3 +151,5 @@ Other Front-End Articles
143151.. _`Symfony UX` : https://ux.symfony.com
144152.. _`API Platform` : https://api-platform.com/
145153.. _`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