1
1
Live Components
2
2
===============
3
3
4
- .. caution ::
5
-
6
- This component is currently experimental and is likely to change, or even
7
- change drastically.
8
-
9
4
Live components builds on top of the `TwigComponent `_ library
10
5
to give you the power to automatically update your Twig components on
11
6
the frontend as the user interacts with them. Inspired by
@@ -3528,8 +3523,10 @@ This bundle aims at following the same Backward Compatibility promise as
3528
3523
the Symfony framework:
3529
3524
https://symfony.com/doc/current/contributing/code/bc.html
3530
3525
3531
- However it is currently considered `experimental `_, meaning it is not
3532
- bound to Symfony's BC policy for the moment.
3526
+ For JavaScript files, the public API (i.e. documented features and exports
3527
+ from the main JavaScript file) is protected by the backward compatibility
3528
+ promise. However, any internal implementation in the JavaScript files
3529
+ (i.e. exports from internal files) is not protected.
3533
3530
3534
3531
.. _`TwigComponent` : https://symfony.com/bundles/ux-twig-component/current/index.html
3535
3532
.. _TwigComponent documentation : https://symfony.com/bundles/ux-twig-component/current/index.html
@@ -3538,7 +3535,6 @@ bound to Symfony's BC policy for the moment.
3538
3535
.. _`Twig Component` : https://symfony.com/bundles/ux-twig-component/current/index.html
3539
3536
.. _`Twig Component mount documentation` : https://symfony.com/bundles/ux-twig-component/current/index.html#the-mount-method
3540
3537
.. _`Symfony form` : https://symfony.com/doc/current/forms.html
3541
- .. _`experimental` : https://symfony.com/doc/current/contributing/code/experimental.html
3542
3538
.. _`dependent form fields` : https://ux.symfony.com/live-component/demos/dependent-form-fields
3543
3539
.. _StimulusBundle configured in your app : https://symfony.com/bundles/StimulusBundle/current/index.html
3544
3540
.. _`attributes variable` : https://symfony.com/bundles/ux-twig-component/current/index.html#component-attributes
0 commit comments