Code Monkey home page Code Monkey logo

Comments (5)

michael-yin avatar michael-yin commented on June 8, 2024 1

@simkimsia

Yes, this can be used with https://django-compressor.readthedocs.io/en/stable/

But I do not recommend you to do it (if you have a project which already use django-compressor, then you can do it)

Try to use frontend tool to do bundle work because django-compressor CAN NOT

  1. Help you lint JS, CSS code
  2. Auto reload web page if JS or CSS code update.
  3. Do code splitting

Thx.

from python-webpack-boilerplate.

michael-yin avatar michael-yin commented on June 8, 2024 1

@simkimsia

Now I use Webpack as bundle solution for my frontend project.

The frontend project usually contains JS, SCSS, CSS, images.

I recommend you to take a look at Alpine.js and https://github.com/AccordBox/django-tailwind-alpine-htmx , actually, I think many Django developers should learn Alpine.js before HTMX

Thx.

from python-webpack-boilerplate.

michael-yin avatar michael-yin commented on June 8, 2024 1

@simkimsia

Yes, they can work together.

from python-webpack-boilerplate.

simkimsia avatar simkimsia commented on June 8, 2024

Thanks for quick response

What would be your end to end compress/bundle setup for frontend assets of a new django 3.2 project?

No frontend headless architecture. At most use something like htmx and django-components library

from python-webpack-boilerplate.

simkimsia avatar simkimsia commented on June 8, 2024

Oh that's a useful project.

Follow up question

I like to setup a pattern library inside django with components

using https://torchbox.github.io/django-pattern-library/ for the pattern library and https://pypi.org/project/django-components/ for the components.

Would these work with htmx, alpine.js and your webpack boilerplate?

from python-webpack-boilerplate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.