GithubHelp home page GithubHelp logo

Comments (3)

Cartman34 avatar Cartman34 commented on May 19, 2024 1

Yes, it seems to be a PEBKAC, I am closing it. It appears I was lost in all manuals xD
Dynamically mounting action is working great for now, all stimulus features are reacting well to dynamic changes, this is awesome :)

Thank you for your quick & detailed help !

from stimulus-use.

Sub-Xaero avatar Sub-Xaero commented on May 19, 2024 1

In fairness, I don't think the prefixing of the controller name is documented very well, I'll open a PR to fix that if I get time 😊

Dynamically mounting action is working great for now, all stimulus features are reacting well to dynamic changes

Good to know!

Glad I could help anyway, happy Stimulus-ing!

from stimulus-use.

Sub-Xaero avatar Sub-Xaero commented on May 19, 2024

@Cartman34

By default the event name has the controller name prefixed before it.

It looks like you have an appearable controller you're doing this from? Try data-action="appearable:appear->frontend--search-loader#fetchNextPage", or pass

 useIntersection(this, {
    eventPrefix: false,
});

Dynamically mounting an action on the element i.e. lastRow.dataset.action = "..."; might also be a bit of funky design pattern in Stimulus. So if you're still having trouble after trying the above, there might be something going wrong there.

from stimulus-use.

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.