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 It is currently fairly awkward to use IDOM for authentication for all our supported frameworks. ### Reference - #768 ### Proposed Actions Have some sort of session...

type-feature
priority-1-high

### Current Situation There was a [bug in `idom.run`](https://github.com/idom-team/idom/pull/763) because we failed to update an import after a name change. ### Proposed Actions We used `import_module("idom.backend.default")` presumably because it was...

priority-3-low

### Current Situation There are a number of tests in the suite that are very flaky (usually requiring 2-3 runs to pass). For new contributors this is likely to be...

flag-good-first-issue
priority-2-moderate

### Current Situation Currently job runs are quite large with many subtasks (e.g. style, typing, and unit tests, docs). It’s hard to read through all the logs to know what...

priority-3-low
type-ci

### Current Situation Currently we use a custom built file watching solution when running examples locally. However there are already great tools for doing this. ### Proposed Actions We can...

priority-3-low
type-refactor

The underlying hook implementations currently used by IDOM may have applications beyond just this library. For example, the [react-ipywidgets](https://github.com/widgetti/react-ipywidgets) by @maartenbreddels could leverage the same hook definitions for its own...

priority-3-low
type-revision

### Current Situation The logic inside `layout.py` is becoming increasingly convoluted. Special edge case logic is starting to be introduced in order to handle bugs that should, in reality be...

priority-2-moderate
type-revision

### Current Situation Currently, sites built in ReactPy are not SEO compatible. This is a fairly common issue with JavaScript frameworks such as ReactJS. Prior discussion: https://github.com/reactive-python/reactpy/discussions/486 Prior Issue: reactive-python/reactpy-django#93...

priority-3-low

### Current Situation Currently, our repos get basic configuration files out of sync from each other. ### Proposed Changes Synchronize common files (pre-commit-config.yaml, license, code of conduct, contributing, .vscode, .github)...

priority-3-low
type-governance

### Current Situation We currently promote using PascalCase for components, following ReactJS convention. However, this very much goes against PEP8. See original discussion: - https://github.com/idom-team/django-idom/pull/77#discussion_r906653261 ### Proposed Actions Rewrite the...

type-docs
priority-3-low
type-investigation