КОМЕНТАРІ •

  • @jalluchakri1528
    @jalluchakri1528 3 місяці тому

    super sir i love your explaination of reconcilation algorithm and reconstruction of original dom

  • @jalluchakri1528
    @jalluchakri1528 3 місяці тому

    Thanks for teaching the imperative and declarative meaning i don't know the what is it but you made me a day

  • @jalluchakri1528
    @jalluchakri1528 3 місяці тому

    its make me to understand the how virtual dom updates the original dom thanks a lot

  • @rekhaharikaharshita7153
    @rekhaharikaharshita7153 3 місяці тому

    Completed sir

  • @randy.ranadheer6848
    @randy.ranadheer6848 2 місяці тому

    Understand

  • @user-guru016
    @user-guru016 3 місяці тому

    react is the Declarative UI library

  • @kiransirlapu8745
    @kiransirlapu8745 3 місяці тому

    what is render:
    render is what the html we are written that Dom take care of it and view it in browser.
    in react:
    render is Dom is Goin to take care by vDom if changes are happen in the jsx(html) its change the view(render), first it compair Dom and VDom tells Dom include this new updated tags.
    Sir it is correct or wrong?

  • @kiransirlapu8745
    @kiransirlapu8745 3 місяці тому

    imperative and declarative:
    imparetive:
    how to update the state.
    declarative:
    what the state should be.
    in React:
    declarative is preferred because code is more predictable, easy to debug, and optimize the performance.

    • @svgie2047
      @svgie2047 3 місяці тому

      please read this doc || nextjs.org/learn/react-foundations/updating-ui-with-javascript#imperative-vs-declarative-programming

  • @satyavani-m8u
    @satyavani-m8u 3 місяці тому

    React Is a popular declarative library that you can use build user interfaces.

  • @sailaxmikomirineni5336
    @sailaxmikomirineni5336 3 місяці тому

    i have a doubt near 23 min
    you have told that original DOM will forget everything and it repaints, minimal changes done using react dom
    thn what about the things which is not changed, does these previous structure comes from Browser and minimal changes performed on it ?????

    • @svgie2047
      @svgie2047 3 місяці тому +1

      read this doc react.dev/learn/render-and-commit
      you will understand
      && i will explain soon in details

    • @sailaxmikomirineni5336
      @sailaxmikomirineni5336 3 місяці тому

      @@svgie2047 ok anna

  • @user-guru016
    @user-guru016 3 місяці тому

    ReactDOM.createRoot() ani only once matrame use cheyagalama. Nxt verevi add cheyalema

    • @svgie2047
      @svgie2047 3 місяці тому +1

      this is required only once , we will give whole Components Tree ( N no of components ) developed by Virtual DOM to DOM , i will explain it in detail soon

  • @KatyayiniK-m6r
    @KatyayiniK-m6r 3 місяці тому

    Understood sir

  • @kiransirlapu8745
    @kiransirlapu8745 3 місяці тому

    "the untheated solo" book

  • @Hari7-eu1ir
    @Hari7-eu1ir 3 місяці тому

    Bro mee class link?

    • @svgie2047
      @svgie2047 3 місяці тому

      you can find daily at || www.youtube.com/@svgie2047/community

  • @kiransirlapu8745
    @kiransirlapu8745 3 місяці тому

    react component:
    here components are 2 types functional and class components
    functional component:
    functional components are stateless components
    class component:
    it maintain it's own state if we have any changes here it will be reflect to imported components also reflect
    properties(props)------->functional component------>HTML(jsx)
    properties(props)----->Class component(state)----->HTML(jsx)

    • @svgie2047
      @svgie2047 3 місяці тому

      now we can maintain state in function components also using HOOKS

    • @kiransirlapu8745
      @kiransirlapu8745 3 місяці тому

      I don't know hooks sir

    • @kiransirlapu8745
      @kiransirlapu8745 3 місяці тому

      @@svgie2047 16.7.0 updated lo manaki state anadi class lo lona kadhu functional component kuda use cheyochu hooks dwara.