Coder Social home page Coder Social logo

Comments (6)

ciscoheat avatar ciscoheat commented on May 18, 2024

Thank you, that's an excellent idea, will implement that for the next release. :)

from sveltekit-flash-message.

ciscoheat avatar ciscoheat commented on May 18, 2024

Version 0.8.0 is released now, doing exactly this. It simplified the API quite a bit, so thank you again! Let me know if you have more suggestions. I would like the following signatures:

// For compatibility with sveltekit/redirect
redirect(303, '/', { message }, event)

// Redirecting to event.url with 303 status.
redirect({ message }, event)

// Redirecting to '/' with 303 status
redirect('/' , { message }, event)

But all the parameter combinations are complicated to combine correctly, so I settled with redirect303 for now. Any ideas?

from sveltekit-flash-message.

ciscoheat avatar ciscoheat commented on May 18, 2024

I managed to fix it in version 0.9.1, just released.

from sveltekit-flash-message.

garlandcrow avatar garlandcrow commented on May 18, 2024

Just saw your updates, nice work! Just added to my project today so will feedback/make some PRs if I notice anything :)

from sveltekit-flash-message.

garlandcrow avatar garlandcrow commented on May 18, 2024

I played with it today and using it now. I like it, does just what I needed. I ended up using $page.data.flash on the page instead of importing and wrapping page with new Flash(page) and using like a store. Maybe its cause I don't have a use case like that, and I just use flash as a simple message forwarder. Thanks!

from sveltekit-flash-message.

ciscoheat avatar ciscoheat commented on May 18, 2024

Great to hear. :) Just for curiosity, does your $page.data.flash usage mean that you don't have any client-side functionality, navigation or anything that may update/modify the flash message on the client?

from sveltekit-flash-message.

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.