Skip to content

Commit 1a336e1

Browse files
Remove reference to random-number-range example from background tasks blog post (#1501)
- Removed paragraph referencing reflex-examples repository - Text removal requested to clean up blog post content Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Carlos Cutillas <[email protected]>
1 parent 4c2efb0 commit 1a336e1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

blog/2023-09-28-unlocking-new-workflows-with-background-tasks.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ continue processing UI events in the foreground. The only time the UI is
106106
blocked is during the short period of time where the response is being appended
107107
to the state.
108108

109-
For a more complete example with comparisons of the two styles, see the
110-
`random-number-range` app in the
111-
[reflex-examples](https://github.com/reflex-dev/reflex-examples/blob/main/random-number-range/random_number_range/random_number_range.py)
112-
repository.
113109

114110
```md alert warning
115111
# `@rx.event(background=True)` used to be called `@rx.background`.
@@ -148,4 +144,4 @@ release notes for all the new features and bug fixes.
148144

149145
🔧 Happy Building 🚀
150146

151-
-- Reflex Team
147+
-- Reflex Team

0 commit comments

Comments
 (0)