Skip to content

reactive-python/reactpy-django

Repository files navigation

Django IDOM

Tests Version Info License: MIT

A package for building highly interactive user interfaces in pure Python inspired by ReactJS.

Be sure to read the IDOM Documentation!

If you have ideas or find a bug, be sure to post an issue or create a pull request. Thanks in advance!

Click the badge above to get started! It will take you to a Jupyter Notebooks hosted by Binder with some great examples.

Or Install it Now

pip install django-idom

Django Integration

This version of IDOM can be directly integrated into Django. For example

# Example code goes here

For examples on how to use IDOM, read the IDOM Documentation.