Vue State and LocalStorage: Perfect Sync Made Simple!

Поділитися
Вставка
  • Опубліковано 31 січ 2025

КОМЕНТАРІ • 20

  • @strakhov
    @strakhov 6 місяців тому +2

    I usually can't withstand coding tutorial videos for their long pauses, introductions and intro animations and so on, but this format is just PERFECT. Thank you so much!

  • @jeton1280
    @jeton1280 Рік тому +4

    We need more of this detailed videos

  • @raynherrera9593
    @raynherrera9593 Рік тому

    one of the best channel with detailed tutorials

  • @FayTouch
    @FayTouch Рік тому +5

    Very well explained, thanks !

  • @AddMotionLeb
    @AddMotionLeb Рік тому +2

    Thank you so much. I still didnt get how ssr redering is done and what are the benefits. I wonder if you could make a video about it.

  • @RenatoMinatoBR
    @RenatoMinatoBR 10 днів тому

    You explained very well, but I believe this didn't work for me. I am having a problema with my application, Ruby on Rails in backend and front with JS Vue.js. There are some inputs and buttons in my form and I have partials of my form. When I change some inputs if there some problem to save, when I back to see form, the options that I changed back to state when I last saved sucess. Looks like easy to do this but I am start to thinkig that I am very dumb. I am trying to solve this for 3 weeks.

  • @Kem_code_craft
    @Kem_code_craft Рік тому

    Wow!! You're so good at explaining

  • @ricardomigueldelgadoevora4695
    @ricardomigueldelgadoevora4695 Рік тому +1

    Amazing content ! thanks a lot. 💯

  • @abdobouna
    @abdobouna Рік тому +1

    Thank you!

  • @deluis9710
    @deluis9710 Рік тому +2

    Thanks

  • @egwen_n
    @egwen_n Рік тому

    Tank you veryyyyyy much :)please record more!

  • @amateur7421
    @amateur7421 Рік тому +1

    very useful

  • @MrChellamuthu
    @MrChellamuthu Рік тому

    can u make a video about vue3 re-usable datatables with advanced filter options, please

  • @justinb723
    @justinb723 Рік тому

    Can we get a version of this with laravel and inertia to sync data between client and server?

  • @floresrosalinojr.2143
    @floresrosalinojr.2143 Рік тому

    how do you handle the state of the submenu so that it won't collapse through redirects or data changes within the component?

  • @MrFixIt-le7rs
    @MrFixIt-le7rs Рік тому

    I'm sorry but I'm requesting for your answer from the video you did 1yr ago on prevalidation of form in laravel and Inertia.js
    What if you were doing some process inside the store method and and error may occur, how do you handle this error?
    And if the data is stored successfully, how do you return feedback to client side -something toast notification without page reload. Just like in axios where you can handle response and perhaps do something with the response.

  • @dev.yesworld
    @dev.yesworld Рік тому

    Thank you for the video!
    if you need to send a request with a JWT token on the SSR, how to do it?

  • @iamsomraj
    @iamsomraj 5 місяців тому

    watch is inside onMounted ? 😅 Didn’t get this

    • @cdruc
      @cdruc  5 місяців тому

      it’s a standard vue function (called hook)

  • @julienSibille
    @julienSibille Рік тому +1

    Thank You !