We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f506b9 commit e65a696Copy full SHA for e65a696
content/news/050/index.md
@@ -319,7 +319,11 @@ of how it all fits together especially as a large-and-growing OSS project.
319
320
### Reactivity in Bevy: From the Bottom Up
321
322
-TODO: <https://machinewords.hashnode.dev/reactivity-in-bevy-from-the-bottom-up-part-1>
+[Talin][talin] wrote a three-part series on ["Reactivity in Bevy: From the Bottom Up"][reactivity-blog],
323
+which describes the workings of `bevy_reactor`, an experimental, work-in-progress framework for doing reactive programming within Bevy.
324
+
325
+[reactivity-blog]: https://machinewords.hashnode.dev/reactivity-in-bevy-from-the-bottom-up-part-1
326
+[talin]: https://dreamertalin.medium.com/
327
328
## Library Updates
329
0 commit comments