We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a19c9 commit e54f337Copy full SHA for e54f337
frontend/encore/reactjs.rst
@@ -1,6 +1,12 @@
1
Enabling React.js
2
=================
3
4
+.. admonition:: Screencast
5
+ :class: screencast
6
+
7
+ Do you prefer video tutorials? Check out the `React.js screencast series`_.
8
9
10
Using React? First enable support for it in ``webpack.config.js``:
11
12
.. code-block:: terminal
@@ -26,3 +32,5 @@ install any missing dependencies. After running that command and restarting
26
32
Encore, you're done!
27
33
28
34
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