reactpy-django icon indicating copy to clipboard operation
reactpy-django copied to clipboard

It's React, but in Python. Now with Django integration.

Results 23 reactpy-django issues
Sort by recently updated
recently updated
newest added

_Originally posted by @jamesflores in https://github.com/reactive-python/reactpy-django/discussions/232_ Hello. I'm getting a warning when when deploying to Heroku but it doesn't seem to affect usage (so far). Just throught I would raise...

### Current Situation The initial handshake of a websocket connection can cause additional latency. It's sometimes more performant to utilize only one websocket connection per client. - Initial conversation: https://discord.com/channels/1111078259854168116/1212403319880949830/1212403319880949830...

priority: 2 (moderate)
complexity: 2 (medium)
type: performance

### Current Situation While it's currently not possible to implement in core, we can use our template tag to render client-side components within this repo as a Django exclusive early...

priority: 2 (moderate)
type: feature
complexity: 2 (medium)

### Current Situation Currently, a user can add `django_css` to the body of a component that is rendered multiple times. This means that the CSS stylesheet will be duplicated for...

type: feature
blocked
complexity: 1 (high)
complexity: 2 (medium)

### Current Situation There is currently has no support for conveniently rendering tables from Django querysets. ### Proposed Actions Create a table rendering component. The interface can be developed a...

priority: 3 (low)
type: feature
blocked
complexity: 1 (high)

## Description Since CSS/JS is loaded as raw strings within a `style` tag, it's currently difficult to prevent duplicate loads. This PR implements a simple server-side de-duplication algorithm for CSS...

blocked

## Description Currently, styles can only loosely be tied to components via CSS. This PR allows ReactPy to parse a CSS file and apply the CSS rules as in-line styles....

### 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...

priority: 3 (low)
type: revision
complexity: 2 (medium)

### Current Situation There is built-in method of directly tying a CSS file to a component ### Proposed Actions --- #### Design Idea: Apply in-line styles via Python `cssselect` We...

priority: 3 (low)
type: feature
complexity: 0 (highest)

### Current Situation The [`login`](https://channels.readthedocs.io/en/stable/topics/authentication.html#how-to-log-a-user-in-out) function supplied by Django Channels provides non-persistent access to the Django session due to technical limitations. The reason is that WebSockets are unable to modify...

priority: 1 (high)
type: feature
blocked
complexity: 2 (medium)