This Is Unbelievably Powerful

Поделиться
HTML-код
  • Опубликовано: 24 окт 2024

Комментарии • 158

  • @harisridhar3798
    @harisridhar3798 2 года назад +23

    You are the best Kyle.....I have been binge watching your JS and CSS videos for the past week and I feel so confident in implementing those concepts in real life...Keep doing this great 10 mins work...😀

  • @alejandrochataing5341
    @alejandrochataing5341 2 года назад +29

    Thanks for this video! I just learnt an amazing js tool I did not understand or used before and I can already tell how to implement in my current projects to elegantly solve some problems!

  • @leaxem
    @leaxem 2 года назад +5

    You are the best Kyle. Thanks for fulfilling the request!!

  • @Primegamevillage
    @Primegamevillage 2 года назад +3

    I'm a Good programmer some might say "Great" but when i watch your videos, i find peace and tranquility in my work and just now i had an eureka moment, All in all thank you and keep the good work

  • @centrumsaiyan7623
    @centrumsaiyan7623 2 года назад +1

    I'm so happy seeing you cover this topic. Instantly knew my problem understanding this tool is solved after seeing your video.

  • @DarkCloud7
    @DarkCloud7 2 года назад +3

    I can see this coming in handy in all sort of scenarios. Thank you for bringing it to my attention.

  • @sanjitselvan5348
    @sanjitselvan5348 2 года назад +5

    Amazing man! You explain complex concepts in such a simple way! Thanks a ton!

  • @humairahmujawar
    @humairahmujawar 6 месяцев назад

    thank you for the detailed explanation. It's much simpler than the documentation.

  • @vulpixelful
    @vulpixelful 2 года назад +1

    I like how this was also a review of making changes to the DOM

  • @321sas
    @321sas 5 месяцев назад

    Thank you very much Kyle! Earlier I was working on a todo list application and I used an event listener to listen for things with the contenteditable attribute to change to rename the todos. I used the DOMCharacterDataModified event listener. But then I learned that was going to go out of support very soon for Mutation Observer. I didn't know that really confusing thing with the text content being a node, and i was so frustrated. Thank you very much for this!
    I ended up using the input event listener tho.

  • @ינוןאלבז-כ1ז
    @ינוןאלבז-כ1ז 2 года назад

    I really liked the pace of the video you do not waste time on nonsense and you manage to take complicated topics and simplify them so that it is really easy to understand you

  • @CreativeTutorialsWeb
    @CreativeTutorialsWeb 2 года назад +2

    You are the amazing Kyle, I learn something new everyday from your videos

  • @liviumitrofan
    @liviumitrofan 2 года назад

    Great video. Didn't know how some web features worked, but now I do.

  • @boris_js
    @boris_js 2 года назад +6

    I've been using it for years. Basically any use-case where you want to detect changes in your DOM, you can easily do using MO.

    • @FunctionGermany
      @FunctionGermany 2 года назад +2

      it's always a workaround. with good external libraries, they should provide events / hooks instead of having to use observers.

    • @blackboxbs8642
      @blackboxbs8642 2 года назад

      @@FunctionGermany so external library is better?

    • @blackboxbs8642
      @blackboxbs8642 2 года назад

      @@FunctionGermany what react library do you recommend?

    • @FunctionGermany
      @FunctionGermany 2 года назад

      @@blackboxbs8642 there aren't really "internal" libraries. i should have just left that out. what i meant is that if you have a JS library that manipulates the DOM in any way, it should have hooks or events for you to customize or react to it's behaviour.

    • @FunctionGermany
      @FunctionGermany 2 года назад

      @@blackboxbs8642 no idea what you mean with "what react library do you recommend".

  • @aileenchan3741
    @aileenchan3741 Год назад

    Wow this is great!! Thank you Kyle!!!

  • @gabrielfab4256
    @gabrielfab4256 2 года назад

    Just Saved my early working hours, thanks man

  • @kudaykumar1261
    @kudaykumar1261 2 года назад

    This concept is really good. Thank you so much for the video.

  • @prsmahajan
    @prsmahajan 2 года назад +3

    kyle is back with fire 🔥

  • @haydenthai935
    @haydenthai935 Год назад

    Thank you so much Kyle

  • @accordv6er
    @accordv6er 2 года назад

    This is helpful in client scripts on ServiceNow where URL encoding/decoding can save a lot of AJAX calls. Thank you

  • @matthewt1885
    @matthewt1885 2 года назад

    That was an insanely good tutorial on mutation observers

  • @hemantagrawal1122
    @hemantagrawal1122 2 года назад

    Wow! Didn't know abt this concept earlier but now I know how and where can I use this thing. Thanks ❤️

  • @Ribyum
    @Ribyum 2 года назад +3

    Good tutorial, though a real situation example would've been nice as I fail to see in what context this can be used.

  • @sashatv138
    @sashatv138 2 года назад

    So useful and so clear! Thank you, Kyle!

  • @comprehensivecow6679
    @comprehensivecow6679 2 года назад

    I just now looking for a video for this and my man posted

  • @petarkolev6928
    @petarkolev6928 2 года назад +2

    Amazing video, Kyle! It would be very nice to watch videos from you involving ReactJS :)

  • @tdavis85
    @tdavis85 6 месяцев назад

    Amazing Kyle. What code editor are you using there?

  • @montebont
    @montebont 2 года назад

    Nice one Kyle - thanks!

  • @bushigi5913
    @bushigi5913 2 года назад +1

    Where are these techniques coming from lol? I've never heard of these before!!! Thank you Kyle.

    • @FunctionGermany
      @FunctionGermany 2 года назад +1

      they are normal DOM APIs and most of them have been around for years. it's just that you rarely need to use these yourself, so not many people know about them.

  • @harshsule9989
    @harshsule9989 2 года назад +1

    Very helpful video sir.
    thanks😊

  • @workingTchr
    @workingTchr Год назад

    Very nice explanation, but for the sake of clarity, I would suggest giving object names ("mutationObserver") something different than the class from which they are derived just to make clear what's being referred to later on. Also, "const" seems to be way overused these days when a mere "var" would do the job. Less globals the better IMHO. But all in all, really nice.

  • @martmusic2746
    @martmusic2746 2 года назад

    thanks !!! life savior !

  • @juanmamani2110
    @juanmamani2110 2 года назад

    Awesome! thanks for sharing.

  • @bmehder
    @bmehder 2 года назад +1

    This came in handy today. I used a MutationObserver to call a function that adds tab stops (for a11y) to a Svelte component after and if the component mounts. The function I call is in jQuery, and I could not figure out how to call the function using a vanilla js custom event. If it was not for this video, I would have been tearing my hair out. :-) Also, it would be cool if you made some Svelte videos eventually. I am interested in your opinion about it coming from React.

  • @thomasulatowski3012
    @thomasulatowski3012 2 года назад +10

    I don't get it. When I do something I already know what I am doing. I don't need a mirror to learn that I am brushing my teeth. Could someone give an example of a problem where I would need this observer?

    • @Krzysiekoy
      @Krzysiekoy 2 года назад +4

      I was wondering about this too. I wish he showed some use cases for this.

    • @juanp4834
      @juanp4834 2 года назад

      Well, I've seen it used with third party content. At work we had to deliver a highly customized chart...from a chart library. Problem was that when it was drawn again (different data, a highlight, a tooltip) all the DOM mutations we made were gone. One person added a customize callback to this observer. Saved our souls!

    • @wandevv
      @wandevv 2 года назад +2

      instead of a console.log(entries) , you can call another function, for example if you need to check the state of the element in real time, idk if it works like React Js, but it is very useful, the Input element has the "input" event in eventListeners, but not all elements have this event, with this MutationObserver you can implement this event for any DOM element.

    • @kalahari8295
      @kalahari8295 2 года назад

      Same question popped in my head when I saw the title 😐

    • @xyz-uy9ll
      @xyz-uy9ll 2 года назад

      I think one might be real time suggestions on the input fields.

  • @patriotir
    @patriotir 2 года назад

    Thank for your quick great tutorial. But I dont understand how this is useful? where this comes to play?

  • @FunctionGermany
    @FunctionGermany 2 года назад +2

    you say powerful in the title, but what's a use case for this API?

  • @TedVu-wx5re
    @TedVu-wx5re 6 месяцев назад

    you are the best !!!!

  • @WirIez
    @WirIez 2 года назад

    Awesome, thanks

  • @FilipCodes
    @FilipCodes 2 года назад

    contenteditable nice, I learned something today

  • @Pilosofia
    @Pilosofia 2 года назад

    I was about to lost my mind with these dom mutations

  • @colindante5164
    @colindante5164 11 месяцев назад

    Thankyou )).

  • @shaikshavalisyed2012
    @shaikshavalisyed2012 2 года назад

    Excellent feature now its going like the reactjs way... so what comes to my mind is future of JavaScript rules all the Frameworks.

  • @musicmasala2391
    @musicmasala2391 2 года назад +1

    I have created a variable inside mutation observer that will access the dynamically created element......but the variable is not accessible outside mutation observer

  • @alexeyshaykov
    @alexeyshaykov 2 года назад

    Nice! Thx a lote

  • @yadusolparterre
    @yadusolparterre Год назад

    That's a great tutorial, but what is a use case for mutation observers? I don't see where this can be useful

  • @myworld458
    @myworld458 2 года назад

    thanks Dude / I have question change detection is use to mutationObserver ?

  • @ronifyweb
    @ronifyweb 2 года назад +3

    I want to understand the purpose of this

  • @hssnmama5502
    @hssnmama5502 2 года назад +1

    More JavaScript projects

  • @nested9301
    @nested9301 Год назад

    is this observer object what react uses to track the life cycle of the components? I'm just curious!

  • @jasonlough6640
    @jasonlough6640 2 года назад +1

    Hey, could you add "Mutation Observer" to the title? Spent too long looking in my history for this vid, kept finding the the one about Intersection Observer though.

  • @MichaelPuzio
    @MichaelPuzio 2 года назад +1

    I have no idea what I can use this for in practice. What can I make with this? Any follow-up videos anyone can recommend to see its ability to create something on the frontend? All I see is a change in the console. I lack imagination and skills, hence I'm a bit too thick-skulled to see applications; i.e. I'm not a good developer. Thanks in advance for any help.

    • @daedaliusX
      @daedaliusX 2 года назад

      I have 8+ years in web development. I don't see the application either. In my opinion, this thing is made for ui-libs (react/vue/angular) for their inner purposes.
      I also may say that you have potential as a developer because of your honesty. Keep doing bro.

    • @guilhermebluz
      @guilhermebluz 2 года назад

      You could use it in a interactive website with many sliders that interact with each other or objects that the user can change its shapes. Think in a interface that has knobs, buttons and switches (like the real analog thing) and it could result in something different, like sounds or visuals.
      You could use this to save in realtime the data that the user is filling in a Form (autosave) to prevent losing the information on connection loss.
      Yeah, you could do this using another approches or even existing libraries, but all the Observer classes make possible so you can create your own clean implementation for your specific use without having all the unused functions that an existing library could have.

  • @judeleon8485
    @judeleon8485 Год назад

    Thanks Kyle, you're excellent in your teaching. However, I like to know if it's possible to use mutation observer to capture when a file is selected for upload. If it does, do you have any idea how I can achieve it? It does not seem to work for me.

  • @izzyblackout1090
    @izzyblackout1090 Год назад

    Is this only works for DOM Element?
    What about other JSON object?

  • @shapelessed
    @shapelessed 2 года назад +2

    What I would want is a vanilla object mutation observer to finally ditch all these frameworks...

  • @puyamoayer8214
    @puyamoayer8214 2 года назад

    Could this be used to rewrite the useDebugInformation hook? Seems useful for debugging as well?

  • @sizarcorpse
    @sizarcorpse 2 года назад

    😊😊 waiting for this one after watching your previous observer videos. thank you a lot...

  • @kickinit333
    @kickinit333 Год назад

    I noticed you always clicked the last node which has the full text. How do you handle those previous nodes that are incomplete? I've tried several methods and I always either get a partial node textcontent or several partial ones that may or may not include the earlier nodes.

  • @hybridboy9_9
    @hybridboy9_9 2 года назад

    Make a video on customevents and eventemitter pleaseeee

  • @hira9009
    @hira9009 2 года назад

    I love you kyle

  • @blackerhawk1508
    @blackerhawk1508 2 года назад

    Ahh, a beautiful way to get rid of ugly intervals looking for potentially dissapearing elements.

  • @lawrenceardosa1730
    @lawrenceardosa1730 2 года назад

    Performance Observer Next?

  • @michellegiacalone1079
    @michellegiacalone1079 2 года назад

    Hmm. Could this be used as a security function? Can it log which user makes a change?

    • @FunctionGermany
      @FunctionGermany 2 года назад

      there is no security in the frontend. you can't control what's happening in the browser. if someone wants to mess with your page on their computer, they can, and there's basically nothing you can do about it.

    • @michellegiacalone1079
      @michellegiacalone1079 2 года назад

      @@FunctionGermany I'm not talking about blocking; just tracking any and all changes to identify tampering.

    • @FunctionGermany
      @FunctionGermany 2 года назад

      @@michellegiacalone1079 it's not reliable. everything can be circumvented in the browser. you should never consider anything that can happen when a user opens dev tools, there's no point.

    • @michellegiacalone1079
      @michellegiacalone1079 2 года назад

      @@FunctionGermany I'm speculating out loud. (Out loud? Well, keyboard clicks.) We'll see.

  • @scrapdev1219
    @scrapdev1219 Год назад

    And this is how they detect ad blockers. I guess. All I have to do is remove the links of block the req.

  • @manmanmanichfindekeinennam7613
    @manmanmanichfindekeinennam7613 2 года назад

    So this is literally state managment? Kind of a native useEffect function from React?

    • @FunctionGermany
      @FunctionGermany 2 года назад

      no, this is nothing like state management. i guess you can sort of see parallels to useEffect, but useEffect only compares the identity of a variable to it's predecessor, so it's much simpler than the diffing that mutation observer does to get the changes. you shouldn't compare useEffect and these observer APIs.

    • @manmanmanichfindekeinennam7613
      @manmanmanichfindekeinennam7613 2 года назад

      @@FunctionGermany guess you are right, though you can use the mutation Observer exactly like useEffect. I think it is comparable, even though this one is much stronger than useEffect.

    • @FunctionGermany
      @FunctionGermany 2 года назад

      @@manmanmanichfindekeinennam7613 that's like saying that react hooks and events are comparable - they are not.

  • @mykalimba
    @mykalimba 2 года назад

    I notice that you start writing code right at the "root" of the script file. In my browser scripts, the main chunk of code is inside of a document 'DOMContentLoaded' event listener/handler. (At some point, this is what I learned was the pattern for script that's loaded in a web page.) Am I using an antiquated pattern? Does the "defer" when loading the script allow omission of the DOMContentLoaded' event listener?

    • @panmateusz
      @panmateusz 2 года назад +1

      Yes, defer attribute does that. And if you have your script tag at bottom of a page you also don't have to use this domcontentloaded event. But defer attribute is clearly the best way to handle DOM loading.

    • @mykalimba
      @mykalimba 2 года назад

      @@panmateusz Thank you for this information!

  • @nerminkarapandzic5176
    @nerminkarapandzic5176 2 года назад

    Just came here to say I appreciate the thumbnail without any kind of face expression, seeing those on every video ever on yt and it's really annoying.

  • @ridl27
    @ridl27 2 года назад

    🔥🔥

  • @omagadavid9923
    @omagadavid9923 Год назад

    Nice feature but why can't you use it with innerHtml and inner Text?
    That just makes it useless to me

  • @thabosiphiwemngoma4772
    @thabosiphiwemngoma4772 2 года назад

    could this be how git detects changes on committed documents ? I mean when it tracks these files its essentially checking for mutations on the documents right ? so then it keeps the old and new values observed for when a mutation occurs

    • @HandledToaster2
      @HandledToaster2 2 года назад +1

      No, this is a specific JavaScript thing for DOM elements.
      The way Git keeps track of changes is with cryptography. It runs a hashing algorithm generates a unique line of characters (x4OfLa4NeA79...) based on the file. This set of characters will always only refer to this exact file, any slight change will result in a wildly different hash. That's how it keeps track of every little change.

    • @thabosiphiwemngoma4772
      @thabosiphiwemngoma4772 2 года назад

      @@HandledToaster2 so hashing algorithms should be generally faster at detecting mutations in the files I suppose.

    • @HandledToaster2
      @HandledToaster2 2 года назад

      @@thabosiphiwemngoma4772 well yes, as soon as you save the file it'll have a new hash. Exactly what it found different from the last version (the diff) is something else though. I don't know how that one works.

    • @FunctionGermany
      @FunctionGermany 2 года назад +1

      git has nothing to do with JavaScript or the DOM.

    • @thabosiphiwemngoma4772
      @thabosiphiwemngoma4772 2 года назад

      @@FunctionGermany I see but I'm sure this functionality is shared in with whatever algorithm is responsible for detecting changes in files.
      ive just learned from AppleToaster that its a hashing algorithm

  • @whatthefunction9140
    @whatthefunction9140 2 года назад +1

    What if you change the css that effects an element?

    • @Tntpker
      @Tntpker 2 года назад

      I think that changes the style attribute of the element and also would work

    • @whatthefunction9140
      @whatthefunction9140 2 года назад

      @@Tntpker I'll have to test it but if a class is added to the parent that changes the look of the child and I'm observing the child will it trigger?

    • @thabosiphiwemngoma4772
      @thabosiphiwemngoma4772 2 года назад

      @@whatthefunction9140 if you add a class dynamically like toggling the class and are observing the element's class attribute or any for that matter for sure it should. I doubt however, that changing css property values can result in a html mutation. Unless among the options provided in the observemution class you can explicitly observe property values of any css selector.

    • @FunctionGermany
      @FunctionGermany 2 года назад

      CSS can't mutate HTML. the resize observer might work though if the CSS animates or transitions an element causing a reflow.

  • @schlaus_kwab
    @schlaus_kwab 2 года назад

    Can you please check the vid desc? It does not make too much sense

  • @spongebob1483
    @spongebob1483 2 года назад +1

    can anyone pls explain MO use cases in real projects

    • @FunctionGermany
      @FunctionGermany 2 года назад

      detecting changes of external libraries that don't have events (because they're written poorly)

  • @princenedjoh
    @princenedjoh 2 года назад

    🔥

  • @eugenenovikov671
    @eugenenovikov671 2 года назад

    id with space between words?????

  • @funnylifestyle8174
    @funnylifestyle8174 2 года назад

    Just a *little bit* guys

  • @adambickford8720
    @adambickford8720 2 года назад

    Is there a reason you defer to console vs a debugger to introspect objects? I find it 100X faster.

    • @FunctionGermany
      @FunctionGermany 2 года назад

      it's easier for his target audience. unfortunately beginners are not taught how to use a debugger at first. they always learn it themselves later on, and waste a lot of time with console.log before that.

    • @adambickford8720
      @adambickford8720 2 года назад

      @@FunctionGermany that's my point, how do we avoid that trap? its also 'easier' to avoid OO, patterns, etc and just nest dozens of if/else... for a while. i would think its worth the investment.
      maybe i should start a channel for intermediate devs who can't level up themselves

    • @FunctionGermany
      @FunctionGermany 2 года назад

      @@adambickford8720 using a debugger should be very early in a devs journey. i can't tell you what the right thing to do is, i just tell people to learn to use a debugger, or help them using one.

  • @cyberprompt
    @cyberprompt 2 года назад

    what is up with all the observing.

    • @FunctionGermany
      @FunctionGermany 2 года назад

      it's a series about all the observer APIs.

  • @ricardosandoval3848
    @ricardosandoval3848 2 года назад

    Love uuuuu

  • @till_trading
    @till_trading 2 года назад

    I know you dont't actually need them, but could u please use semicolons. 😄

  • @LabhamJain
    @LabhamJain 2 года назад

    Hum first hum first 😂✌️

  • @maximilian19931
    @maximilian19931 2 года назад

    If google docs uses this, a lot of code can be delete.

  • @khizrshaikh9902
    @khizrshaikh9902 2 года назад

    Second

  • @hoople212
    @hoople212 2 года назад

    perfect, i have now deleted all the "suggested for you" posts on my facebook page:
    const mutationObserver = new MutationObserver(posts =>{
    console.log(posts);
    Array.from(document.querySelector('.d2edcug0.oh7imozk.abvwweq7.ejjq64ki')
    .querySelectorAll('.dati1w0a.hv4rvrfc'))
    .filter(
    div => div.innerHTML.contains('Suggested for you'))
    .forEach(div => {
    div.parentElement.parentElement.remove();
    })
    });
    mutationObserver.observe(document.querySelector('.d2edcug0.oh7imozk.abvwweq7.ejjq64ki'),{subtree: true, childList: true})

  • @niceguy1602
    @niceguy1602 2 года назад

    Do you have to install it with npm

    • @FunctionGermany
      @FunctionGermany 2 года назад

      no, it's a native DOM API. you can find documentation on MDN.

    • @niceguy1602
      @niceguy1602 2 года назад

      @@FunctionGermany Thank you