Django React Templatetags screenshot

Django React Templatetags

Author Avatar Theme by Frojd
Updated: 30 Dec 2023
453 Stars

A quick way to add React components to your Django templates.

Categories

Overview

Django-React-Templatetags is a Django library that allows developers to easily add React components into their Django templates. With this library, you can include unlimited amounts of React components in a single view and even support custom models that are not json-serializable. It also offers server side rendering with Hypernova or Hastur.

Features

  • Include react components using django templatetags
  • Support unlimited amount of components in one view
  • Allows custom models that are not json-serializable
  • Server side rendering with Hypernova or Hastur

Installation

To install the Django-React-Templatetags library, you can use pip:

pip install django-react-templatetags

Summary

Django-React-Templatetags is a powerful Django library that simplifies the process of adding React components into Django templates. With its features such as support for custom models and server side rendering, developers can easily enhance their Django applications with React functionalities. The installation process is straightforward, requiring only the use of pip. This library is licensed under the MIT License and welcomes contributions from the community.