Software Alternatives & Reviews

Kicking the tires with NestJS and Hotwire: Part II

Tachyons Alpine.js
  1. A modular CSS toolkit that makes it easy to build interfaces that are readable, responsive, and fast loading.
    Pricing:
    • Open Source
    I chose Tachyons over Tailwind because Tachyons is an atomic CSS framework, similar to Tailwind, however it's much lighter weight. Tailwind tends to be a bit heavier without using post CSS processing so I wanted to stick with something smaller.

    #CSS Framework #Design Tools #Developer Tools 23 social mentions

  2. A rugged, minimal framework for composing JavaScript behavior in your markup.
    Pricing:
    • Open Source
    If you want more details on the initial setup I encourage you to take a look at the Part I that covers more of the initial implementation. For this portion, I added Prisma as an ORM, a frontend style library called Tachyons, and AlpineJS to handle any client-side interactions. I did this to avoid needing to add a client-side bundler to the build and instead just rely on plain old module imports to compose the frontend. This is now the default for Rails and it is quite nice to not need any additional build tools for the client.

    #Javascript UI Libraries #JS Library #JavaScript Framework 14 social mentions

Discuss: Kicking the tires with NestJS and Hotwire: Part II

Log in or Post with