Coder Social home page Coder Social logo

Comments (6)

reinink avatar reinink commented on June 2, 2024 8

Would it make sense to update all the Inertia link components to include the new event callbacks? That said, currently the event callbacks do NOT support cancelling events, so that still wouldn't help here. Of course, we could update them to support cancelling by doing a return false.

That would give you this ability:

<InertiaLink :href="`/posts/${post.id}`" method="DELETE" :onStart="() => confirm('Are you sure you delete this post?')">
  Delete post
</InertiaLink>

//cc @claudiodekker

from inertia.

reinink avatar reinink commented on June 2, 2024 3

The onStart() callback can now cancel visits by returning false (see #233). That sets the path forward for adding this behaviour to the Inertia links. πŸ‘

from inertia.

innocenzi avatar innocenzi commented on June 2, 2024

Not sure if this is part of this scope, but it would also be great to be able to cancel any visit when on a specific page.

My use case for this was to display a confirmation modal when leaving a page with a form, and I had to do a lot of tweaking to achieve this.

I don't know how to properly do that, though, but this is something that Vue Router has.

from inertia.

claudiodekker avatar claudiodekker commented on June 2, 2024

Yeah, I'm in favour of that idea πŸ‘

EDIT: Vue implementation in #235

from inertia.

innocenzi avatar innocenzi commented on June 2, 2024

This would be nice, indeed. πŸ‘

from inertia.

reinink avatar reinink commented on June 2, 2024

This is now possible in the link components in the React and Vue.js adapters (just need to release). There is also a WIP PR for Svelte. Going to close this, since it's basically done. πŸ‘

from inertia.

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.