Skip to content

Commit bf2627c

Browse files
committed
minor symfony#20452 Add symfonycasts links in frontend doc (MrYamous)
This PR was merged into the 6.4 branch. Discussion ---------- Add symfonycasts links in frontend doc Symfonycasts is amazing, lets add more reference to Symfonycasts More seriously, the same page is already having a link to Webpack videos, looks fair to me to also add AssetMapper and API Platforme Commits ------- a1d672b add symfonycasts links in frontend doc
2 parents 6aa67f5 + a1d672b commit bf2627c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

frontend.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ be executed by a browser.
6161
AssetMapper (Recommended)
6262
~~~~~~~~~~~~~~~~~~~~~~~~~
6363

64+
.. screencast::
65+
66+
Do you prefer video tutorials? Check out the `AssetMapper screencast series`_.
67+
6468
AssetMapper is the recommended system for handling your assets. It runs entirely
6569
in PHP with no complex build step or dependencies. It does this by leveraging
6670
the ``importmap`` feature of your browser, which is available in all browsers thanks
@@ -118,6 +122,10 @@ the `StimulusBundle Documentation`_
118122
Using 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+
121129
If you want to use a front-end framework (Next.js, React, Vue, Svelte, etc),
122130
we recommend using their native tools and using Symfony as a pure API. A wonderful
123131
tool 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

Comments
 (0)