8000
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 e9c3c0f commit e0a9f9fCopy full SHA for e0a9f9f
frontend/encore/reactjs.rst
@@ -1,6 +1,11 @@
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
Using React? First enable support for it in ``webpack.config.js``:
10
11
.. code-block:: diff
@@ -19,3 +24,5 @@ install any missing dependencies. After running that command and restarting
19
24
Encore, you're done!
20
25
21
26
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