{"id":16417438,"url":"https://github.com/Frojd/django-react-templatetags","last_synced_at":"2025-10-26T20:30:32.345Z","repository":{"id":38206366,"uuid":"48069309","full_name":"Frojd/django-react-templatetags","owner":"Frojd","description":"A quick way to add React components to your Django templates.","archived":false,"fork":false,"pushed_at":"2024-01-09T13:50:49.000Z","size":302,"stargazers_count":445,"open_issues_count":5,"forks_count":38,"subscribers_count":26,"default_branch":"main","last_synced_at":"2025-01-14T23:52:52.799Z","etag":null,"topics":["django","django-templates","reactjs"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Frojd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-12-15T21:12:33.000Z","updated_at":"2024-12-11T17:55:22.000Z","dependencies_parsed_at":"2023-12-29T13:23:52.913Z","dependency_job_id":"e54d6030-6ac1-434a-80d1-b25e54913cc3","html_url":"https://github.com/Frojd/django-react-templatetags","commit_stats":{"total_commits":261,"total_committers":12,"mean_commits":21.75,"dds":0.09578544061302685,"last_synced_commit":"e417bc367142f7d481669b6b58c7c0af79e36ec3"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frojd%2Fdjango-react-templatetags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frojd%2Fdjango-react-templatetags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frojd%2Fdjango-react-templatetags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frojd%2Fdjango-react-templatetags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Frojd","download_url":"https://codeload.github.com/Frojd/django-react-templatetags/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238394323,"owners_count":19464583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","django-templates","reactjs"],"created_at":"2024-10-11T07:11:30.672Z","updated_at":"2025-10-26T20:30:32.003Z","avatar_url":"https://github.com/Frojd.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"[![Python tests](https://github.com/Frojd/django-react-templatetags/actions/workflows/main.yml/badge.svg?branch=develop)](https://github.com/Frojd/django-react-templatetags/actions/workflows/main.yml) [![PyPI version](https://badge.fury.io/py/django_react_templatetags.svg)](https://badge.fury.io/py/django_react_templatetags)\n\n![Django-React-Templatetags](https://raw.githubusercontent.com/frojd/django-react-templatetags/develop/img/django-react-templatetags-logo.png)\n\n# Django-React-Templatetags\n\nThis django library allows you to add React (16+) components into your django templates.\n\n\n## Features\n\n- Include react components using django templatetags\n- Unlimited amount of components in one view\n- Support custom models (that is from the beginning not json-serializable)\n- Server side rendering with [Hypernova](https://github.com/airbnb/hypernova) or [Hastur](https://github.com/frojd/Hastur)\n\n\n## Installation\n\nInstall the library with pip:\n\n```\n$ pip install django_react_templatetags\n```\n\n\n## Where to go from here?\n\nYou should first read [Getting started](https://github.com/Frojd/django-react-templatetags/blob/develop/docs/getting-started.md), then go through these topics:\n- [Settings](https://github.com/Frojd/django-react-templatetags/blob/develop/docs/settings.md)\n- [How to use the templatetags included in this library](https://github.com/Frojd/django-react-templatetags/blob/develop/docs/templatetags-params.md)\n- [Adding a single component](https://github.com/Frojd/django-react-templatetags/blob/develop/docs/example-single-component.md)\n- [Adding multiple components](https://github.com/Frojd/django-react-templatetags/blob/develop/docs/example-multiple-components.md)\n- [Examples](https://github.com/Frojd/django-react-templatetags/blob/develop/docs/examples.md)\n- [Working with models](https://github.com/Frojd/django-react-templatetags/blob/develop/docs/working-with-models.md)\n- [Server side rendering](https://github.com/Frojd/django-react-templatetags/blob/develop/docs/server-side-rendering.md)\n- [FAQ](https://github.com/Frojd/django-react-templatetags/blob/develop/docs/faq.md)\n\n\n## Tests\n\nThis library include tests, just run `python runtests.py`\n\nYou can also run separate test cases: `python runtests.py tests.test_filters.ReactIncludeComponentTest`\n\n\n## Coverage\n\nMake sure you have Coverage.py installed, then run `coverage run runtests.py` to measure coverage. We are currently at 95%.\n\n\n## Contributing\n\nWant to contribute? Awesome. Just send a pull request.\n\n\n## Security\n\nIf you believe you have found a security issue with any of our projects please email us at [security@frojd.se](security@frojd.se).\n\n\n## License\n\nDjango-React-Templatetags is released under the [MIT License](http://www.opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFrojd%2Fdjango-react-templatetags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFrojd%2Fdjango-react-templatetags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFrojd%2Fdjango-react-templatetags/lists"}