reactpy icon indicating copy to clipboard operation
reactpy copied to clipboard

It's React, but in Python

Results 158 reactpy issues
Sort by recently updated
recently updated
newest added

### Current Situation Presently, custom client-side components are able to send events back to the server. However, it is not possible to send events from server-side components to client-side ones....

priority-1-high
release-minor

### Current Situation Currently, there is no method to transmit the results of a JavaScript function to the backend. ### Proposed Actions Create a `use_script` hook that operates similarly to...

priority-3-low
type-investigation

### Current Situation Currently, there is no way to tie CSS to an individual component, such as [React CSS Modules](https://create-react-app.dev/docs/adding-a-css-modules-stylesheet/) Here's some samples on how this works in React -...

priority-3-low

### Current Situation Currently, IDOM does not fallback to `keep-alive` HTTP persistent connections in the event that Websockets are not supported. ### Proposed Actions Utilize replace Websocket connections with the...

priority-3-low
type-investigation

### Current Situation Currently, we've effectively [turned off diffing with JsonPatch](https://github.com/idom-team/idom/pull/809) due to bugs in the Python implementation. ### Proposed Actions While what we're doing now seems to work fine....

priority-3-low
type-revision
release-patch

### Current Situation ReactJS has a method of HTML templating called [JSX](https://reactjs.org/docs/introducing-jsx.html). We currently do not have an equivalent. We should create a [Python-based JSX equivalent](https://github.com/jimbaker/tagstr/blob/6c8f3fd34575403e77fab5065bfb44ae9063c457/tutorial.rst#applications-in-templating) that operates similarly to...

priority-2-moderate

### Current Situation Presently, the "cleanup" behavior for async effects is that they are cancelled before the next effect takes place or the component is unmounted. While this behavior may...

type-feature
priority-2-moderate
type-revision
release-patch

### Current Situation Currently, as soon as the websocket connects, the client and server start communicating layout updates/events. This does not allow any extra information to be sent. For example,...

priority-2-moderate
release-minor

### Current Situation `module_from_template` is currently deprecated, and is due for removal. This is a result of random functional issues caused by unpinned ReactJS versions. ### Proposed Actions Remove `module_from_template`...

priority-3-low
type-revision
release-major

### Current Situation Right now there's no method of deferring a component load until a list of CSS or JS has fully loaded. Original Discussion - #723 ### Proposed Actions...

type-feature
priority-3-low