Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Operation-Method" DSL #1

Open
marcoroth opened this issue Apr 21, 2021 · 0 comments
Open

"Operation-Method" DSL #1

marcoroth opened this issue Apr 21, 2021 · 0 comments

Comments

@marcoroth
Copy link
Owner

Similar to how the morph method in StimulusReflex works:

morph "#posts", render(partial: "posts/index", posts: @posts)

There should be methods to call all/most of the CableReady operations in that way.

  def inner_html(selector, html)
    cable_ready.inner_html(
      selector: selector,
      html: html
    )
  end

So you are able to call it like:

inner_html "#posts", render(partial: "posts/index", posts: @posts)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant