Skip to content

Commit 6f1c4ec

Browse files
committed
misc docs changes
1 parent 204c932 commit 6f1c4ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/reference/template-tag.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,13 @@ This template tag can be used to insert any number of ReactPy components onto yo
6262
{% include "../../python/template-tag-bad-view.py" %}
6363
```
6464

65+
_Note: If you decide to not follow this warning, you will need to use the [`register_component`](../reference/utils.md#register-component) function to manually register your components._
66+
6567
<!--context-end-->
6668

6769
??? question "Can I render components on a different server (distributed computing)?"
6870

69-
Yes! By using the `#!python host` keyword argument, you can render components from a completely separate ASGI server.
71+
Yes! This is most commonly done through [`settings.py:REACTPY_HOSTS`](../reference/settings.md#reactpy_default_hosts). However, you can use the `#!python host` keyword to render components on a specific ASGI server.
7072

7173
=== "my-template.html"
7274

0 commit comments

Comments
 (0)