The Microfrontend Crash Course

Sdílet
Vložit
  • čas přidán 8. 09. 2024

Komentáře • 41

  • @universecode1101
    @universecode1101 Před 2 lety +14

    Super useful especially these days, I'm a React Developer and I see every day more and more on Microfrontend ... Thanks Laith ✌🏻

  • @ramanujam_gond
    @ramanujam_gond Před rokem +5

    Thank you, @Laith, for providing this tutorial. It has been incredibly helpful in comprehending the Microfrontend concept. For those encountering difficulties resolving the error mentioned towards the end of the video, a simple solution is to rename the value of the name key from "barchart" to "linechart" in the package.json file. After restarting the server, everything should function smoothly without any issues.

  • @rahulparikh927
    @rahulparikh927 Před 2 lety +6

    You have a perfect timing. I’m gathering information on this from last two days. I’m lead on one web micro frontend project.

  • @akashddeepchitransh4537
    @akashddeepchitransh4537 Před 5 měsíci +1

    Great video. Crisp n clear👍👍

  • @filippetkovski191
    @filippetkovski191 Před 2 lety +2

    I haven't seen a better video on YT in a while, especially a linking part would be super useful, for different frameworks and different pages

  • @saadowain3511
    @saadowain3511 Před 2 lety +3

    Another great tutorial. may Allah reward you.
    Yes please Part 2

  • @sanjaybhan1585
    @sanjaybhan1585 Před rokem +1

    Awesome creation, very useful and helpful video

  • @romimaximus
    @romimaximus Před 2 lety

    Wow !!, thank you !!, i've been searching for a tutorial on "Microfrontends" for a while !!, .. i just didn't understand, why the "nodemon" package , but thank you very much for sharing this !! 😎👍

  • @ahmetdemir8047
    @ahmetdemir8047 Před rokem

    thank you so much, it was very helpful to get the idea for micro frontend

  • @americoperez810
    @americoperez810 Před 2 lety +5

    Can you do a video showing Routing between different microfrontends that use different frameworks or maybe state management between microfrontends from different frameworks?

  • @TheRikyregna
    @TheRikyregna Před rokem +1

    nice video, if you would make a #2 video i watch it for sure 🤙

  • @0xccd
    @0xccd Před 2 lety +1

    When the React/Next TypeScript version? Love it! !

  • @leg875
    @leg875 Před 5 měsíci

    Very clear explanation ever for MFE. ❤ btw could please elaborate the details of this MFE in the upcoming parts. I am interested to know the error handling when one of the mfe fails, deployment to cloud and accessing the remote url elegantly etc

  • @codeaperture
    @codeaperture Před 2 lety +4

    Hey connect React and Vue in the next video 💯🤒
    (If we reach 2k likes)

  • @faizansayyed3047
    @faizansayyed3047 Před rokem

    Great video.. waiting for part 2

  • @JhonatanMorais
    @JhonatanMorais Před rokem

    fantastic!!! thank you

  • @mariusclaudiu8479
    @mariusclaudiu8479 Před 6 měsíci

    Superb

  • @mahendranath2504
    @mahendranath2504 Před 2 lety

    Thank you so much for a great content 👌👍👏🙌❤👍, happy subsriber

  • @ashishk007
    @ashishk007 Před 2 lety +2

    Is it just me or the video seems incomplete ? since the linechart component is still invisible by the time you finish. Overall, good content. thanks.

  • @miervaldis42
    @miervaldis42 Před 2 lety

    I didn't watch the video yet, but thanks a lot anyways !
    Many recommend to use micro-frontends but aren't able to give some straightforward explanations or example.
    If you could do a video about how to implement micro services & monorepo, that would be quite perfect

  • @nro337
    @nro337 Před 2 lety

    Nice video!

  • @dhavalvanjara572
    @dhavalvanjara572 Před rokem

    Please create content on micro front-end with ReactJs and if possible complete this one too.

  • @CTheMishra
    @CTheMishra Před rokem

    Good tutorial

  • @unemployedcse3514
    @unemployedcse3514 Před rokem

    Awesome 😍

    • @pupil_1
      @pupil_1 Před rokem

      did you face any dependency version problem

  • @sohaibnajjar3866
    @sohaibnajjar3866 Před 2 lety

    Thank you

  • @learntounlearn2500
    @learntounlearn2500 Před 2 lety +2

    Plz let us know why linechart didn't appear in container i.e last minute of the video .Also plz do make a video on integrating react with react or angular frontends.Thanks

    • @ramanujam_gond
      @ramanujam_gond Před rokem +4

      @learn - rename the value of the name key from "barchart" to "linechart" in the package.json file and restart the server.

  • @hannyfransis8107
    @hannyfransis8107 Před 2 lety

    What a channel !! Really great job
    Can you please make a project ecommerce with react + redux+ typescript

  • @taiseen-ai
    @taiseen-ai Před 4 měsíci

    Where is the last bug fixing section...?

  • @filippetkovski191
    @filippetkovski191 Před 2 lety +1

    Please Part II, or a paid course on Udemy!

  • @aliceliu5895
    @aliceliu5895 Před 9 měsíci

    I would like to know why we need to add a canvas which Id is barchat-dev? Is that because we only expose src/index.js?
    And why the remote name can not be the same with cavas id?
    Thanks for sharing.

  • @cloudsystem3740
    @cloudsystem3740 Před rokem

    thank you very much 🙏🙏 how i can achieve that with Rollup ?

  • @mohitdhote2623
    @mohitdhote2623 Před rokem

    Is it possible to create micro frontend in diffrent framework and render it in one single page application with module federation if yes how to do that configuration
    Please help

  • @Jamie-pq9gn
    @Jamie-pq9gn Před 2 lety

    Thanks, I have a question.
    Is it possible to communicate between barchart linechart containers?
    Is it suitable to use pubsub.

  • @learn029
    @learn029 Před 2 lety

    I can't able to install create react app with yarn which step of command i have to follow

  • @athero02yt3
    @athero02yt3 Před 5 měsíci

    Anybody got tutorial how to deploy them to cloud?

  • @joshkornblum1881
    @joshkornblum1881 Před 2 lety

    what ended up being the issue as to why it wasn't showing the second container?

    • @murwathmehtar861
      @murwathmehtar861 Před 10 měsíci

      In linechart project with package.json change name from "name": "barchart" to "name": "linechart". This will show the second container

  • @ducmynguyen
    @ducmynguyen Před rokem

    Xin chào bạn nhé