cookiecutter-react-django VS create-react-app-django

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

cookiecutter-react-django

From hello world to Heroku deployment, using separated Front and Back Ends (by ohduran)

create-react-app-django

Easily Run a Create React App in a normal Django Template View (by banagale)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
cookiecutter-react-django create-react-app-django
1 1
132 0
- -
4.9 0.0
3 days ago over 3 years ago
JavaScript
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.

cookiecutter-react-django

Posts with mentions or reviews of cookiecutter-react-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.

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

What are some alternatives?

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

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

django-webpack-loader - Transparently use webpack with django

Next.js - The React Framework

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

heroku-nextjs - ⏩ Deploy Next.js universal web apps to Heroku

django-react-boilerplate - Django 5, React, Bootstrap 5 with Python 3 and webpack project boilerplate

django-sockpuppet - Build reactive applications with the django tooling you already know and love.

reactivated