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 b9595ff commit 24575fcCopy full SHA for 24575fc
1 file changed
docs/source/about/changelog.rst
@@ -30,11 +30,11 @@ Unreleased
30
31
**Added**
32
33
-- :pull:`1165` - Concurrent renders - enable this experimental feature by setting
34
- `REACTPY_FEATURE_CONCURRENT_RENDERING=true`. This should improve the overall
35
- responsiveness of your app, particularly when handling larger renders that
36
- would otherwise block faster renders from being processed.
37
-
+- :pull:`1165` - Allow concurrent renders of distinct components - enable this
+ experimental feature by setting `REACTPY_FEATURE_CONCURRENT_RENDERING=true`.
+ This should improve the overall responsiveness of your app, particularly when
+ handling larger renders that would otherwise block faster renders from being
+ processed.
38
39
v1.0.2
40
------
0 commit comments