Expo DOM Components are WILD

Поділитися
Вставка
  • Опубліковано 22 гру 2024

КОМЕНТАРІ • 49

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

    Join Galaxies.dev today - the Home of the Best React Native content 🔥

  • @MiguelVazquez90
    @MiguelVazquez90 3 місяці тому +17

    I was at a react meet up in Austin Texas at Capital Factory in July where Evan Bacon showed this experimental feature to our group. He said we were the first ones to ever see it.

  • @grimm_gen
    @grimm_gen 3 місяці тому +6

    It's a really cool thing! If you have a nextjs app that you want to quickly port to native, you can just share the components between the 2 projects! I wonder how far this integration will go tho since Meta is working on React Strict Dom!

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

      We shall see, but it's exciting!

  • @victorfaith6050
    @victorfaith6050 3 місяці тому +6

    This is nice upgrade coming into expo, so it's easier to migrate from web to mobile and also makes development faster for already built web interfaces

  • @thatawesomekk
    @thatawesomekk 3 місяці тому +11

    This is going to change Native Development 🎉🎉🎉, This is HUGE!!

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

    This is great, I don't know yet how should I implement in any of my apps, but this is really great.

  • @aymenbachiri-yh2hd
    @aymenbachiri-yh2hd 3 місяці тому +3

    This is great feature

  • @carlosricardoziegler2650
    @carlosricardoziegler2650 Місяць тому

    This is really nice , thanks for the example, do you know some limitations from Apple Store to push app with some dom components?

    • @galaxies_dev
      @galaxies_dev  Місяць тому

      Not that I know of, but there definitely might be some. Maybe stay careful for now

  • @joraqoziturdaliyev1767
    @joraqoziturdaliyev1767 3 місяці тому +2

    Fantastic🔥🔥🔥

  • @aymenbachiri-yh2hd
    @aymenbachiri-yh2hd 3 місяці тому +2

    Thank you so much

  • @harmishtervadiya6042
    @harmishtervadiya6042 Місяць тому +1

    Can anyone help me?
    I tried to implement it but after installing the specified version it is giving me errors like cannot find module react I tried installing it, clearing cache, reinstalling node modules but nothing is working
    If you have solution for this please share with me.

  • @phonemelartanvongphab6239
    @phonemelartanvongphab6239 28 днів тому

    use DOM is fit with production yet bro?

  • @Skorupa9
    @Skorupa9 3 місяці тому +2

    Sick!

  • @WorstDeveloper
    @WorstDeveloper 27 днів тому

    What's the difference between this and a webview?

  • @stevenginyo
    @stevenginyo 3 місяці тому +2

    Enter Ionic😂😂😂😂 I'd love to use their components with the react expo native plugins

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

    Meant the concept in react was mistaken for the virtual DOM, with react 19 they tried to do via compiler but it didn't work out well. In general react I don't like it, there are more intelligent solutions/frameworks like Solid/Svelte

  • @pedroquerido2268
    @pedroquerido2268 3 місяці тому +8

    Why? Are we running in circles? So we have react for the web, then it sorta evolves or branches into a thing that will run native code from a js thread, and then… we have a web technology that runs native to have a native web view to run web code. So, yeah I get it but in the end, if we go that route… why don’t we just avoid native and go back to web apps?

    • @requestfx5585
      @requestfx5585 3 місяці тому +2

      Faster and easier development and this is what matters

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

      @@requestfx5585 but, we already have that with ionic and similar platforms

    • @oliverloops.
      @oliverloops. 3 місяці тому

      @@requestfx5585but also cheaper and poor quality UI/UX as a result. Native primitives should be prioritized above everything.

    • @malcolmn.5222
      @malcolmn.5222 3 місяці тому +4

      Can't put a web app on the marketplace

    • @rodnoycry
      @rodnoycry 3 місяці тому +6

      In native apps you have different native methods, such as local authentication with face id or fingerprint, you have background tasks, closer integration with camera methods, and so on. Projects like this - that combines commonly known technology - React.js, and all these abilities to interact with user device directly - is actually a pretty good combination

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

    This is super cool! It's a shame that the expo-dev-client seems to be broken in this release though. Has anyone managed to make it work?

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

    This is insane

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

    Now it means that we can use tailwindcss?

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

      Oh, we can. Cool!!

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

      we already can with nativewind

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

      @@drugoviic nativewind is not an option/alternative. Most of the feature don't work, e.g. border

    • @81NARY
      @81NARY 3 місяці тому

      ​@@asadganievcheck out nativewind v4 if you haven't already, going out of beta tomorrow I think, and with the latest release of react native, you can even do animations / transitions based on percentage values. Pair it with react native reusables and you have yourself an amazing stack!

    • @81NARY
      @81NARY 3 місяці тому

      ​@@asadganievthat being said, dom components are really cool and helps with the incremental migration

  • @jisonsoft4810
    @jisonsoft4810 2 місяці тому +2

    This is good news and very good news, that great and great, 🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉

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

    🤯🤯

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

    This is dope indeed. I wonder how it works to build a form with html components, which are often a pain to work with in RN 🤔

    • @galaxies_dev
      @galaxies_dev  3 місяці тому +2

      Will dive more into it once it's stable!

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

    hi Simon, can you please give me an idea that how to create a draggable flatlist in expo ?

  • @Norfeldt
    @Norfeldt 2 місяці тому

    I'm guessing that will not be a11y

  • @umardev500
    @umardev500 2 місяці тому

    Basically it's just a WebView

    • @galaxies_dev
      @galaxies_dev  2 місяці тому

      But you can easily extend parts with native functionality, but yes the core tech here is a webview indeed.

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

    I am waiting for the flutter fanboys to see this

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

    Really interesting