All Projects → hotwire-django → django-turbo-response

hotwire-django / django-turbo-response

Licence: MIT license
Hotwired/Turbo Django response helpers

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to django-turbo-response

hotwire-django-realworld
RealWorld Django app built with Turbo!
Stars: ✭ 29 (-56.06%)
Mutual labels:  turbo, hotwire
stimulus reflex
Build reactive applications with the Rails tooling you already know and love.
Stars: ✭ 2,001 (+2931.82%)
Mutual labels:  turbo, hotwire
express-hotwire
Express tooling for working with Hotwire (HTML over the wire) https://hotwire.dev
Stars: ✭ 39 (-40.91%)
Mutual labels:  hotwire
hot-glue
Rapid scaffold builder for Turbo-Rails and Hotwire
Stars: ✭ 58 (-12.12%)
Mutual labels:  turbo
titanium-turbo
Axway Amplify module that adds some enhancements for Appcelerator Titanium Alloy
Stars: ✭ 15 (-77.27%)
Mutual labels:  turbo
ruby3-rails6-bootstrap-heroku
An opinionated starter application based on Ruby 3.0, Rails 6.1, Webpack 5, Yarn, and Bootstrap 5, deployable on Heroku
Stars: ✭ 21 (-68.18%)
Mutual labels:  turbo
griffin-app-opensource
The Axway Griffin App goes open source!
Stars: ✭ 19 (-71.21%)
Mutual labels:  turbo
acer-predator-turbo-and-rgb-keyboard-linux-module
Linux kernel module to support Turbo mode and RGB Keyboard for Acer Predator notebook series
Stars: ✭ 125 (+89.39%)
Mutual labels:  turbo
jet
A Fast C and Python like Programming Language that puts the Developer first. WIP
Stars: ✭ 41 (-37.88%)
Mutual labels:  turbo
webrtc-hotwire-rails
A video chat app demonstration using Hotwire and Ruby on Rails
Stars: ✭ 38 (-42.42%)
Mutual labels:  hotwire
templatus-hotwire
Opinionated template for starting new web applications with Ruby on Rails and Hotwire
Stars: ✭ 37 (-43.94%)
Mutual labels:  hotwire
rails hotwire base
Rails + Hotwire base app
Stars: ✭ 54 (-18.18%)
Mutual labels:  hotwire
esbuild-rails
Esbuild Rails plugin
Stars: ✭ 102 (+54.55%)
Mutual labels:  hotwire
decent-visualizer
A visualizer for .shot files
Stars: ✭ 46 (-30.3%)
Mutual labels:  hotwire
hotwire-livereload
Live reload for Hotwire Rails apps.
Stars: ✭ 231 (+250%)
Mutual labels:  hotwire

This package provides helpers for server-side rendering of Hotwired/Turbo streams and frames.

Disclaimer: the Hotwired/Turbo client libraries are, at time of writing, still in Beta. We expect there will be breaking changes until the first stable release. This package, and the Turbo client, should therefore be used with caution in a production environment. The version used in testing is @hotwired/turbo==7.0.0-beta.8.

Requirements

This library requires Python 3.8+ and Django 3.0+.

Installation

pip install django-turbo-response

To install from Git:

git clone https://github.com/hotwire-django/django-turbo-response

cd django-turbo-response

python setup.py install

Make sure to add turbo_response to INSTALLED_APPS.

Note: This library does not include any client libraries (Turbo or Stimulus). You may wish to add these yourself using your preferred Javascript build tool, or use a CDN. Please refer to the Hotwire documentation on installing these libraries.

Full documentation on ReadTheDocs:

https://django-turbo-response.readthedocs.io/en/latest/

License

This project is covered by the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].