create-react-app-django VS django-sockpuppet

Compare create-react-app-django vs django-sockpuppet and see what are their differences.

create-react-app-django

Easily Run a Create React App in a normal Django Template View (by banagale)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
create-react-app-django django-sockpuppet
1 4
0 440
- -
0.0 0.0
over 3 years ago over 1 year ago
Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

create-react-app-django

Posts with mentions or reviews of create-react-app-django. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2020-12-23.
  • Show HN: Django and React SaaS boilerplate tutorial
    10 projects | news.ycombinator.com | 23 Dec 2020
    Yes. I have large portions of a server-rendered, stateful web application that leverages django’s view/templating.

    However, being new to React I wanted to bring a single react “app” into the django project using a django template that includes the use of the same navbar template used by every other page in the site.

    While it doesn’t support N react apps bundles at this time I could see it being done provided they share a single package file.

    One important point for me was that this also be done using an unejected base CRA project, so that it would enjoy all of the benefits of the CRA standard dev and production build capabilities.

    This was no small feat because I’m relatively new to modern web front end toolchains and in fact I ended up rewriting almost all of the user documentation for CRACO as part of my learning process.

    Which is a key point I was able to accomplish this by using a mix of CRACO and options available to a standard CRA application.

    In particular the package.json postbuild script action which moves and renames files to nestle assets into their proper place in a django static path.

    I have not released my solution but I have stubbed out the problem and solution description here: https://github.com/banagale/create-react-app-django

django-sockpuppet

Posts with mentions or reviews of django-sockpuppet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-20.
  • Почему я программирую на Ruby
    11 projects | dev.to | 20 Oct 2023
  • Stimulus Reflex for Django
    1 project | news.ycombinator.com | 11 Mar 2021
  • Is Django enough?
    3 projects | /r/django | 22 Feb 2021
    The vast majority of applications are like that. You need some javascript, not a ton. If you need more than just a little bit of interactivity, you can use something like htmx or django-sockpuppet or any other number of things to get SPA-like interactivity without a dedicated frontend.
  • Show HN: Django and React SaaS boilerplate tutorial
    10 projects | news.ycombinator.com | 23 Dec 2020
    > Django with React IMO is getting the right blend of isomorphic rendering down. I don't want to go full SPA with Django as this defeats the purpose of Django IMO.

    What we want from something like react after all is reactivity, and it's possible to get that if you were to use something like https://github.com/jonathan-s/django-sockpuppet

    So if you've got an open mind and want to test it's there for the taking.

What are some alternatives?

When comparing create-react-app-django and django-sockpuppet you can also consider the following projects:

cookiecutter-react-django - From hello world to Heroku deployment, using separated Front and Back Ends

htmx - </> htmx - high power tools for HTML

django-webpack-loader - Transparently use webpack with django

react-async-component - Resolve components asynchronously, with support for code splitting and advanced server side rendering use cases.

reactivated

django-react-boilerplate - DIY Django + React Boilerplate for starting your SaaS

Next.js - The React Framework

twitter-api - Django Rest framework Real Time Twitter API . Fully functional twitter app with websocket api to notify and send chat in real time using django channels.