Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 702 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 702 Bytes

THQ Stack Example

What it is:

THQ is short for (T)ailwind, (H)TMX, amd j(Q)uery

This project is a simple HTMX/jQuery test that demonstrates toggling between day and night modes using HTMX and jQuery. The project consists of two HTML files.

How?

  • Clone and run on an http server. The libraries are loaded via CDN, so it's mostly static.

What's the point?

  • jQuery4 is soon to release, so let's bring it back with modern web tools
  • HTMX is fast and easy to read
  • It's ridiculously fast.
  • Tailwind is essentially Bootstrap++, giving us the perfect 2010 pseudostack!

Notes

  • The empty tailwind.config.js is there so you can use your IntelliSense extension out-of-the-box.