Micro Frontend Architecture - Luca Mezzalira, DAZN

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

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

  • @TheYunori
    @TheYunori 5 лет назад +37

    I had thought microfrontend kills the efficient development by sharing components (and CSS). However he told me that microfrontend is not for efficient development but for scale and innovation. It gave me a wake up. Great speech. Thank you.

  • @IvoryEatsTheWorld7
    @IvoryEatsTheWorld7 4 года назад +4

    Micro frontend is the silver bullet for applications with multiple developers working at the same time. Amazing talk, so clear.

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

      Haha, just check What Are Micro-Frontends & How to Use Them • Luca Mezzalira & Lucas Dohmen video at 7:38. 😁

  • @AlexTurner_666
    @AlexTurner_666 3 года назад +5

    16:00 DAZN implementation
    25:00 Microfrontends Frameworks

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

    Luca, thank you so much for this!

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

    Thank you so much, Luca! You make me more clear about it.

  • @AnitShrestha
    @AnitShrestha 5 лет назад +5

    Great presentation. Thank you Luca.

  • @BrunoHoltzCruz
    @BrunoHoltzCruz 5 лет назад +3

    Great speech. I liked the decisions made for dazn microfrontend arch.

  • @shandorkos1991
    @shandorkos1991 5 лет назад +3

    it was incredible
    thank you for such informative presentation

  • @prasanthraghavan7423
    @prasanthraghavan7423 4 года назад +1

    Amazing talk. Very informative on MFEs

  • @macienrique
    @macienrique 5 лет назад +5

    Thank you for the presentation, it makes a lot of sense. The only thing that doesn't quite add up is the fact that you go against having a shared component base. We actually have a team that is dedicated in making the basic building blocks for all the organizations worldwide. But how you presented your architecture was that this (shared components between frontends) actually hinders productivity? Itd be great if you could elaborate on this. Thank you!

    • @My50c
      @My50c 5 лет назад +5

      yep sure, in distributed teams having a team owning a shared library used by all the other teams could slow down the productivity.
      if you are going to share code you need to be very well aware where it is used, who is owning and so on.
      We are currently working on a design system shared for all the micro-frontends but we are defining some rules like avoiding business logic and trying to keep as primitive and composable as possible allowing each micro-frontend to implement them easily in their business logic.
      Happy to have a deeper chat if you want, just drop me a line if you want :)

  • @MuayThaiHigh
    @MuayThaiHigh 4 года назад +1

    Great presentation ! Thank you

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

    interesting thoughts !

  • @1204vaibhav
    @1204vaibhav 3 года назад +1

    loved the presentation.

    • @UXDX.
      @UXDX.  3 года назад

      Glad you liked it!

  • @kishanoza9031
    @kishanoza9031 4 года назад +1

    Nice presentation ! we are also building the microfront end but with diffrent approch. by the way which template you use to make this presentation may I know please :)

  • @natansevero4272
    @natansevero4272 4 года назад +1

    Amazing talk!

  • @domingosdias5988
    @domingosdias5988 Год назад +1

    Ótimo vídeo

  • @jasonliu6603
    @jasonliu6603 5 лет назад +15

    I still didn't see your micro frontend architecture....

  • @hanieammari1817
    @hanieammari1817 4 года назад

    Good introduction to the micro front end architecture. Waiting for more deeply ones, with a view of a real architecture technical challenges

  • @1dnakukreja402
    @1dnakukreja402 4 года назад +3

    Won’t components/libraries be duplicated across micro frontends increasing file size and negatively impacting performance?

    • @chenrvn
      @chenrvn 4 года назад +1

      Yes, but it's a tradeoff.
      If you have one lib to rule them all micro Frontend when you want upgrade you will get real pain. Cause you create coupling and each team need to be ready for the upgrade

    • @yugandhar2007
      @yugandhar2007 4 года назад

      With tree-shaking in place , bundle size may not be too much but with the advantages that micro front ends bring .. I think that’s ok

  • @daviddaxbacher8247
    @daviddaxbacher8247 4 года назад

    Amazing Talk 😉 Are the slides of this talk available?

    • @My50c
      @My50c 3 года назад +1

      Here the slides docs.google.com/presentation/d/1pHVTfsClopppz3aL6eV75LxGxU-mVhoyIgamTdeYdkw/edit?usp=sharing

  • @MadHolms
    @MadHolms 5 лет назад +1

    where can I see the actual implementation of your approach?

    • @My50c
      @My50c 5 лет назад

      www.dazn.com if you are in a country where DAZN is available

    • @MadHolms
      @MadHolms 5 лет назад +2

      @@My50c no, I meant the source code, otherwise why speaking some much theory without any concrete sample, that's the worse a developer can get :)

    • @My50c
      @My50c 5 лет назад +3

      Eugeniu Rata the code of our platform is not available open source.
      It’s not only theory, there is a concrete example available online and used by millions of users. I believe having a concrete example in production is more valuable than a POC in a git repository.

    • @udg-g4v
      @udg-g4v 4 года назад

      I might be little late. But here is a good talk : ruclips.net/video/ftBc8w-lwmY/видео.html

  • @manishkrai
    @manishkrai 4 года назад +1

    very informative

  • @footballclubmap
    @footballclubmap 4 года назад +3

    Thats great

  • @MultiPlexiglas
    @MultiPlexiglas 5 лет назад +3

    While i think that scalability and innovation is clearly higher when you do not even share any UI components, i think it is very bad for your user experience. Not only do you have to synchronize all kind of components all the time (buttons, calendar, cards, form fields, really if it only would be a header and footer i would not mind), but also the user has to download everything several times during using your application. not to talk about how often the user might need to download the same asset e.g. a font file or the big icon spreadsheet.
    Just think about yourself and how much you as a user love it that apple has everywhere the same user experience and the same components. Or how twitter interactions are completely different if i use it in the browser on desktop, mobile or the native app versions of the application. (try yourself to share & save a tweet. every time I think i know it, i am pressing the wrong interaction possibility)

    • @fernandolucchesi
      @fernandolucchesi 5 лет назад +2

      not sure if you've heard about it, but a well made design system addresses this problem. there are also great tools (such as storybook) that you can use as the source of truth/documentation for your components.

    • @MultiPlexiglas
      @MultiPlexiglas 5 лет назад +1

      @@fernandolucchesi i m building living Design systems since a couple of years. But as i understood the talk, it was advertising against it.

    • @fernandolucchesi
      @fernandolucchesi 5 лет назад

      Yeah you are right, I misunderstood your first comment... doesn't look like we can have the best of both worlds yet =/

    • @My50c
      @My50c 5 лет назад +5

      @@MultiPlexiglas Since the time of that talk, I did further researches on design systems and micro-frontends, they are definitely applicable and I'm going to share more in a future post

    • @millberries
      @millberries 3 года назад +1

      @@My50c I do wonder if micro frontend approach makes more sense when the brand style guide and design system is more mature. When the project is still in discovery and don’t even know what to include in the navigation header, what are the common components and patterns in the design system etc, might end up each micro frontend team coming up with their own design system and running in different directions for the same product?

  • @f3derico2007
    @f3derico2007 3 года назад

    Seems like a development hell

    • @UXDX.
      @UXDX.  2 года назад +1

      In what way? The separation means that developers can work without dependencies. What challenges do you see?

  • @sujitwarrier4857
    @sujitwarrier4857 Год назад +1

    Tom Segura has really changed his content.

    • @UXDX.
      @UXDX.  Год назад +1

      When Tom was asked to do a Netflix special he went down a really long rabbit hole 😂

  • @nickkruger6189
    @nickkruger6189 3 года назад +1

    Grüße

  • @joshipiano
    @joshipiano 3 года назад +3

    Its all theory theory and theory in every video... no real examples sadly

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

      Exactly. In fact, micro frontends is the latest thing you want to work with in real life.
      Here's a path of product transformation:
      1. A single modular monolith app for all users (you start here as your your team is small, business domain is blurry yet, design is evolving and changing too often)
      2. Multiple modular monolith apps per target audience + common UIKit (optionally) (you make this evolutionary step once your design has stabilized, business domain is clear, team size has grow and you can split into few teams and work on products per well-defined audience)
      3. Anything else to avoid micro-frontends...
      4. Micro-frontends (you'd better find another job 🙂)

  • @FredYang
    @FredYang 3 года назад

    Yeah, yeah, yeah, you have this, you have that, you have investors, but you have no customers.

  • @MrMoralesOrlando
    @MrMoralesOrlando 9 месяцев назад

    In about 10 years the new developers will be destroying this approach saying " who make this cr**p", I personally don't like it the fanatics destroy the simplicity of the front end, before was the more simple part of a system now is a hell of libraries forcing something to be what is not, stop the micromadness please