Skip to content

Commit 1af17e1

Browse files
committed
Update django-idom to ReactPy. #531
1 parent 731408d commit 1af17e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Here are a few reasons to consider `Unicorn`.
9393
- [Django inertia.js adapter](https://github.com/zodman/inertia-django) allows Django to use <a href="https://inertiajs.com">inertia.js</a> to build an SPA without building an API.
9494
- [Hotwire for Django](https://github.com/hotwire-django) contains a few different repositiories to integrate [Hotwire](https://hotwire.dev) with Django.
9595
- [Lona](https://lona-web.org/) is a web application framework, designed to write responsive web apps in full Python.
96-
- [IDOM](https://github.com/idom-team/idom), a port of ReactJS to Python. Fully compatible with all ReactJS components.
96+
- [ReactPy](https://reactpy.dev/) is a port of ReactJS to Python. Fully compatible with all ReactJS components.
9797

9898
#### Comparison
9999

@@ -103,7 +103,7 @@ Here are a few reasons to consider `Unicorn`.
103103
| [Reactor](https://github.com/edelvalle/reactor/) | ✔️ | | | ✔️ | ![PyPI version](https://img.shields.io/pypi/v/django-reactor?label=%20&style=flat-square) | ![GitHub Repo stars](https://img.shields.io/github/stars/edelvalle/reactor?label=%20&style=flat-square) |
104104
| [Sockpuppet](https://github.com/jonathan-s/django-sockpuppet) | ✔️ | | | ✔️ | ![PyPI version](https://img.shields.io/pypi/v/django-sockpuppet?label=%20&style=flat-square) | ![GitHub Repo stars](https://img.shields.io/github/stars/jonathan-s/django-sockpuppet?label=%20&style=flat-square) |
105105
| [Flask-Meld](https://github.com/mikeabrahamsen/Flask-Meld) | | ✔️ | | ✔️ | ![PyPI version](https://img.shields.io/pypi/v/flask-meld?label=%20&style=flat-square) | ![GitHub Repo stars](https://img.shields.io/github/stars/mikeabrahamsen/Flask-Meld?label=%20&style=flat-square) |
106-
| [Django IDOM](https://github.com/idom-team/django-idom) | ✔️ | | | ✔️ | ![PyPI version](https://img.shields.io/pypi/v/django-idom?label=%20&style=flat-square) | ![GitHub Repo stars](https://img.shields.io/github/stars/idom-team/django-idom?label=%20&style=flat-square) |
106+
| [ReactPy](https://github.com/reactive-python/reactpy) | ✔️ | ✔️ | | ✔️ | ![PyPI version](https://img.shields.io/pypi/v/reactpy?label=%20&style=flat-square) | ![GitHub Repo stars](https://img.shields.io/github/stars/reactive-python/reactpy?label=%20&style=flat-square) |
107107
| [Turbo Django](https://github.com/hotwire-django/turbo-django) | ✔️ | | | ✔️ for streams | ![PyPI version](https://img.shields.io/pypi/v/turbo-django?label=%20&style=flat-square) | ![GitHub Repo stars](https://img.shields.io/github/stars/hotwire-django/turbo-django?label=%20&style=flat-square) |
108108

109109
### Django component packages

0 commit comments

Comments
 (0)