Skip to content

Commit c99c096

Browse files
committed
minor #13724 Add link to SymfonyCasts React.js tutorial (abdounikarim)
This PR was submitted for the 5.0 branch but it was squashed and merged into the 3.4 branch instead. Discussion ---------- Add link to SymfonyCasts React.js tutorial Hello, I just add a link to the tutorial on SymfonyCasts. Commits ------- e0a9f9f Add link to SymfonyCasts React.js tutorial
2 parents e9c3c0f + e0a9f9f commit c99c096

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

frontend/encore/reactjs.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Enabling React.js
22
=================
33

4+
.. admonition:: Screencast
5+
:class: screencast
6+
7+
Do you prefer video tutorials? Check out the `React.js screencast series`_.
8+
49
Using React? First enable support for it in ``webpack.config.js``:
510

611
.. code-block:: diff
@@ -19,3 +24,5 @@ install any missing dependencies. After running that command and restarting
1924
Encore, you're done!
2025

2126
Your ``.js`` and ``.jsx`` files will now be transformed through ``babel-preset-react``.
27+
28+
.. _`React.js screencast series`: https://symfonycasts.com/screencast/reactjs

0 commit comments

Comments
 (0)