Skip to content

Commit 2b967a3

Browse files
committed
Add todo comments for my future self
1 parent 5e9ab55 commit 2b967a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/reactpy_django/components.py

+3
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,9 @@ def _view_to_iframe(
278278
)
279279

280280

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
281284
@component
282285
def _django_css(static_path: str, only_once: bool, auto_remove: bool):
283286
if only_once:

0 commit comments

Comments
 (0)