Helix
Triumph TechLava DocsRock Styling
  • Getting Started
    • 👋Welcome
    • Overview
    • Customizing Rock
    • Plugin Installation
    • FAQ
    • Roadmap
    • 🚨Security
  • HTMX
    • Learning More
    • Syntax Style Guide
  • Lava Applications
    • Overview
    • Applications
    • Endpoints
    • Content Block
    • Magnus
    • Observability
  • Lava Commands
    • Delete Entity
    • Modify Entity
    • DB Transaction
    • HTTP Response
    • Render Lava Endpoint
  • Forms & Controls
    • Understanding Forms
    • Using Form Controls
    • Creating New Controls
    • Form Validation
    • Loading Indicator
  • Strategies
    • Tips
    • Related Entities
    • Limitations
Powered by GitBook
On this page
  1. Strategies

Tips

Below are some tips we've gathered from our experience rolling out Helix in our work.

  1. Browser Dev Tools - Something not working? Be sure to check the JavaScript console in your browser's Dev Tools. Often times you'll have the hx-target or some other configuration wrong and you'll find a helpful tip in the console.

  2. Inheritance - Many attributes in HTMX can be inherited from parent elements, which is a powerful feature but can also lead to unexpected behaviors. If something isn't working as expected, check up the DOM for HTMX attributes that could be causing the issue.

PreviousLoading IndicatorNextRelated Entities

Last updated 1 year ago