We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9ab55 commit 2b967a3Copy full SHA for 2b967a3
src/reactpy_django/components.py
@@ -278,6 +278,9 @@ def _view_to_iframe(
278
)
279
280
281
+# TODO: Consider on_load callback. Store whether something is loaded in the scope.
282
+# TODO: Consider a boolean to change load behavior between text content and file loading
283
+# TODO: Consider doing server side CSS de-duplication to allow for instant loading
284
@component
285
def _django_css(static_path: str, only_once: bool, auto_remove: bool):
286
if only_once:
0 commit comments