Skip to content

Commit 46101c7

Browse files
committed
minor #17343 [Symfony UX] reference React component in React page (zairigimad)
This PR was submitted for the 6.1 branch but it was squashed and merged into the 4.4 branch instead. Discussion ---------- [Symfony UX] reference React component in React page <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 219307e [Symfony UX] reference React component in React page
2 parents 0aacabb + 219307e commit 46101c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/encore/reactjs.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Enabling React.js
66

77
Do you prefer video tutorials? Check out the `React.js screencast series`_.
88

9+
.. tip::
10+
11+
Check out live demos of Symfony UX React component at `https://ux.symfony.com/react`_!
12+
913
Using React? First add some dependencies with Yarn:
1014

1115
.. code-block:: terminal
@@ -36,3 +40,4 @@ Encore, you're done!
3640
Your ``.js`` and ``.jsx`` files will now be transformed through ``babel-preset-react``.
3741

3842
.. _`React.js screencast series`: https://symfonycasts.com/screencast/reactjs
43+
.. _`https://ux.symfony.com/react`: https://ux.symfony.com/react

0 commit comments

Comments
 (0)