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.

Last updated