Skip to content

Commit e54f337

Browse files
authored
Update reactjs.rst
add link to react.js tutorial on SymfonyCasts
1 parent 61a19c9 commit e54f337

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

frontend/encore/reactjs.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
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+
9+
410
Using React? First enable support for it in ``webpack.config.js``:
511

612
.. code-block:: terminal
@@ -26,3 +32,5 @@ install any missing dependencies. After running that command and restarting
2632
Encore, you're done!
2733

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

0 commit comments

Comments
 (0)