reactive-python/reactpy-django

Move generics out of ReactPy Django

Archmonger opened this issue · 1 comments

Current Situation

There are currently a few generics that can be modularized and brought out of this repo

  • use_query
  • use_channel_layer
  • django_css and django_js can be transformed into generic variants
  • CSS Module utils

Proposed Actions

Make as many parts of ReactPy Django modularly applicable to other backends.

Closing this since there currently isn't a pressing need to move generics out, which would add the burden of code obfuscation.

The plan for this might change in the future, if a pressing need is found.