THE React Native Tech Stack for 2024 😎

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 2024

ความคิดเห็น • 114

  • @galaxies_dev
    @galaxies_dev  8 หลายเดือนก่อน +4

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

  • @shanekeney3646
    @shanekeney3646 8 หลายเดือนก่อน +16

    What I’ve been using lately:
    - Expo Router
    - Nativewind (Tailwind for RN)
    - Tailwind-variants in cohesion with the above for component variant management
    - API Fetching: TanStack or Apollo Client (depending on if I’m working with GraphQL)

    • @galaxies_dev
      @galaxies_dev  8 หลายเดือนก่อน

      I'll get more into Nativewind soon as well 💪

  • @kapobajza3708
    @kapobajza3708 8 หลายเดือนก่อน +29

    I think TanStack Query belongs in the state management category, because it's used for async state management. Even if you visit their website, you will find this exact description there: "Powerful asynchronous state management for TS/JS, React, Solid, Vue and Svelte".
    TanStack query is not a data fetcher. Data fetchers are, like you said, axios, fetch, etc. TanStack query doesn't fetch data, you still need to use fetch/axios or similar tool for that. It just manages and caches it.

    • @galaxies_dev
      @galaxies_dev  8 หลายเดือนก่อน +2

      You are right, I over simplified it for that category!

    • @surajthallapelli2359
      @surajthallapelli2359 8 หลายเดือนก่อน +1

      Let’s just say remote state management
      For TanStack Query

    • @nrg7685
      @nrg7685 5 หลายเดือนก่อน

      @@surajthallapelli2359 I should either use zustand or Tanstack?

    • @RichardPrins-wd8vg
      @RichardPrins-wd8vg 4 หลายเดือนก่อน

      Its basically just a wrapper for asynchronous operations and caching layer

  • @gregorydaggett7444
    @gregorydaggett7444 8 หลายเดือนก่อน +13

    If you can, could you add the logos of all the components you're talking about? Having a visual cue (like a check mark or a star for the best one) along with the audio would make it a little easier to comprehend it. As a bonus, seeing the 'stack' build on the side of the screen would be interesting as an overlay. Great info!

  • @phemartin
    @phemartin 8 หลายเดือนก่อน +6

    I would love a tutorial on TURBO REPO + TAMAGUI + NEXTJS + REACT NATIVE + SOLITO combo

    • @galaxies_dev
      @galaxies_dev  8 หลายเดือนก่อน +2

      Sounds like an idea for a future stream :)

  • @ExpoDev_Dash
    @ExpoDev_Dash 3 หลายเดือนก่อน +3

    00:01 Setting up a React Native application for production in 2024
    01:54 Expo offers flexibility and ease of use for React Native development.
    03:35 UI Library recommendations for React Native applications in 2024
    05:16 Consider using 10Stack Query for data fetching and storage optimization in React Native applications.
    06:59 Consider using mm KV for data storage efficiency
    08:44 Expo will make debugging easier in 2024
    10:27 Utilize Expo with Next.js for advanced web and native app integration
    12:13 Expect major changes in debugging and UI library categories for React Native in 2024.

    • @galaxies_dev
      @galaxies_dev  3 หลายเดือนก่อน +1

      Thank you!

  • @matkomilic8382
    @matkomilic8382 8 หลายเดือนก่อน +8

    I use Tanstack query for State Management itself haha. My go to usage at the moment is Expo > TypeScript > React Native Paper > Tanstack Query > normal stylesheets

    • @galaxies_dev
      @galaxies_dev  8 หลายเดือนก่อน +1

      Looks like a great stack!

    • @angerbadge773
      @angerbadge773 4 หลายเดือนก่อน +1

      guess you can add native wind to that

    • @matkomilic8382
      @matkomilic8382 4 หลายเดือนก่อน

      @@angerbadge773 wat is dat

    • @2gbeh
      @2gbeh 2 หลายเดือนก่อน

      Same, except Paper.

  • @gomesbruno201
    @gomesbruno201 8 หลายเดือนก่อน +7

    I actually feel like the navigation is more of a personal preference. I used Expo navigation, and I know it's great, even easier than React Navigation. However, at some point, my code ended up with so many nested folders that creating new code became difficult. It might not be a problem for everyone, but as someone who really struggles with folder organization in React, I had a real hard time trying to use things like that.

    • @deelo55825
      @deelo55825 2 หลายเดือนก่อน +1

      I really didn’t like expo router. The documentation is very limited and I found it odd that it magically generates all the menus based on what files are present but makes it very difficult to generate menus where pages are across the site. For example, having a drawer menu which links to pages in different folders is unnecessarily difficult and undocumented.

  • @hyperzid
    @hyperzid 8 หลายเดือนก่อน +5

    mmkv + zustand = best data storage

  • @sachithrrra
    @sachithrrra 8 หลายเดือนก่อน +3

    great!! please do a detailed tutorial on tamagui

  • @ashil816
    @ashil816 8 หลายเดือนก่อน +7

    Great informative video, how about using redux toolkit with RTK Query feature to have the state management and data fetching into a single package?

  • @emirhanpakyardm9142
    @emirhanpakyardm9142 8 หลายเดือนก่อน +2

    Can you explain why using open source UI components is better than building our own components? I know that using pre-built components are way faster, but other than that building our own increases flexibility, and improves us

    • @CoryTheSimmons
      @CoryTheSimmons 7 หลายเดือนก่อน

      As an exercise, on the web, create your own data table component from scratch with half the features of TanStack Table, then just use TanStack Table. Which took 1-2 weeks to make a buggy version?

    • @emirhanpakyardm9142
      @emirhanpakyardm9142 7 หลายเดือนก่อน

      @@CoryTheSimmons table components are always mess. I was particularly talking about RN UI components

  • @sarthak290
    @sarthak290 28 วันที่ผ่านมา

    Since when did React Query start making network requests?

  • @JagatSingh-me8ko
    @JagatSingh-me8ko 2 หลายเดือนก่อน

    While watching your video, I don't know but my mind thinks of monkeys

  • @ShortCodeDev
    @ShortCodeDev 8 หลายเดือนก่อน +8

    awesome content.plz make a detailed video on Cross Platform (mono repo) as you had menstioned. in youtube there is no video available for the same. plz plz make a detailed video

    • @cherryfuchs
      @cherryfuchs 8 หลายเดือนก่อน

      Oh I would be interested in this too!!

  • @erfelipe
    @erfelipe 8 หลายเดือนก่อน +3

    Expo?! Arrgg... never ! CLI of course!

    • @gnom-om
      @gnom-om 8 หลายเดือนก่อน

      100%

    • @oabdulazeez
      @oabdulazeez 7 หลายเดือนก่อน

      Exactly 💯... expo is good for development... Large app size on production

  • @youssoufelazizi3683
    @youssoufelazizi3683 8 หลายเดือนก่อน +2

    Great choices, Simon! We almost use the same libraries for our "obytes starter" (a starter to create production ready React Native app). We are going to switch to Expo Router too after trying it in some of our internal projects.
    Here are a few other choices I usually use.
    * react-hook-form for forms
    * expo EAS to build the app and generate certs/profils ( a life saver)
    * react-native-keyboard-controller to handle keyboard issues
    * expo-image as default image component
    * react-query-kit: a simple wrapper for react-query that make creating hooks effortless

    • @galaxies_dev
      @galaxies_dev  8 หลายเดือนก่อน

      Nice, love those additions! Thanks for sharing 💪

  • @brayanjpm
    @brayanjpm 8 หลายเดือนก่อน +2

    Great video Simon, i was using rn paper but tamagui looks amazing

  • @KanrimYT
    @KanrimYT 8 หลายเดือนก่อน +2

    Perfektes Video! Sehr passend gerade, da ich soviele Sachen teste und ich gerade mein Projekt mit Zustand, Expo Router und Nativewind aufbaue.
    Paar Fragen hätte ich noch:
    - Hast du noch eine Idee, wie man alles richtig dokumentiert oder wo man das Projekt übersichtlich managed?
    - Welches back-end würdest du empfehlen (Nutze Supabase und möchte evtl noch Laravel mit einbauen)
    - Wollte ursprünglich TamagUI nutzen, ist aber zu umständlich für mich gewesen. Wird in Zukunft ein ausführliches Tutorial kommen?
    Dankeschön und sehr schöne Arbeit!

  • @kreten780
    @kreten780 6 หลายเดือนก่อน +1

    Any thoughts on using Jotai as state management? I really love the idea of how simple it is. Reminds me of using Vue or Svelte. But I did hear that it can cause some problems when using it.

    • @galaxies_dev
      @galaxies_dev  6 หลายเดือนก่อน

      Heard only good things about Jotai so far, but need to explore it more!

  • @manojmohapatra986
    @manojmohapatra986 8 หลายเดือนก่อน +1

    can you create a project on monorepo using node , react native

  • @codewithdalvin
    @codewithdalvin 8 หลายเดือนก่อน +2

    Thanks for this video Simon, this is very valuable knowing this kind of information about React Native.

  • @melekhedhili8683
    @melekhedhili8683 8 หลายเดือนก่อน +1

    Flipper is the best for debugging !

  • @witchmorrow
    @witchmorrow 3 หลายเดือนก่อน

    is it just me or is simon really sexy...

  • @pranitmane
    @pranitmane 8 หลายเดือนก่อน +2

    Thank you for all the suggestions :)
    Pretty helpful to get started..

    • @galaxies_dev
      @galaxies_dev  8 หลายเดือนก่อน

      You're so welcome!

  • @aswinalexsam
    @aswinalexsam 3 หลายเดือนก่อน

    Can you make a video of phone authentication using expo router and firebase on ios? There is an issue with the recaptcha when it redirects to ‘firebaseauth/link’ which seems to have no solution.

  • @withpaulex8645
    @withpaulex8645 5 หลายเดือนก่อน

    @galaxies_dev have to migrate from ionic to react native due to some performance issues and the app crashing on some devices but now facing issue base on rendering mathjax equation on react native using web view which works well. Though the issue is running the app offline because the current plugin am using for rendering the equation uses file from cdn
    Any clue on how to use html file which links static js and css locally on web view in react native

  • @MarcosVinicius-gj6qg
    @MarcosVinicius-gj6qg 8 หลายเดือนก่อน

    Simon! Only you can save us. Make a tutorial teaching how to build the ionic 7 without the capacitor. It's full of errors. For God's sake!

  • @vaaljan
    @vaaljan 4 หลายเดือนก่อน

    DEBUG is a problem for me doing react native. Its really annoying

  • @gnom-om
    @gnom-om 8 หลายเดือนก่อน

    Is anyone from you check UI libs for performance? Or you are using it because other lazy devs use it? StyleSheet first place, Restyle next. That all you need.

  • @amadzarak7746
    @amadzarak7746 4 หลายเดือนก่อน

    Guys I feel like I should just use Swift and Kotlin 😅😅

  • @miguecast
    @miguecast 6 หลายเดือนก่อน +1

    Zustand is great!!

  • @wandenreich770
    @wandenreich770 3 หลายเดือนก่อน

    This video is good but it needs the logos for the items you are talking about

  • @fabsync
    @fabsync 4 หลายเดือนก่อน

    it will be great to see a tutorial on react native web.. I think that's the future :)

  • @snappa2
    @snappa2 8 หลายเดือนก่อน +1

    @simon, great video. Curious why you didn't mention react-native-elements for UI? Seems like a decent choice. Any opinion on this?

    • @galaxies_dev
      @galaxies_dev  8 หลายเดือนก่อน

      I feel like there are too many options for UI out there, and Tamagui (and Nativewind) is probably bet for universal apps right now. But sure, Elements or RN Paper are great libraries as well.

  • @anithusiast.
    @anithusiast. 8 หลายเดือนก่อน +1

    Great bro

  • @cbova80
    @cbova80 8 หลายเดือนก่อน

    That code doesn’t work with annual subscription

  • @mengfandy7365
    @mengfandy7365 5 หลายเดือนก่อน

    dont forget react native mmkv and twrnc

  • @kpopcat_official
    @kpopcat_official 8 หลายเดือนก่อน

    have you experienced any bugs with expo-router? I had some strange problems with navigating between tabs and stacks when I separate the stacks and tabs into different folders.

    • @galaxies_dev
      @galaxies_dev  8 หลายเดือนก่อน

      There might be some edge cases, but in many cases I found my structure was the problem and not Expo Router itself!

  • @msahu2595
    @msahu2595 5 หลายเดือนก่อน +1

  • @codebelt2822
    @codebelt2822 4 หลายเดือนก่อน

    oh God that fear you gave us for a second 1:55

  • @mikoajkaleta6856
    @mikoajkaleta6856 6 หลายเดือนก่อน +1

    wow, that was helpful

    • @galaxies_dev
      @galaxies_dev  5 หลายเดือนก่อน

      Glad it helped!

  • @aymenbachiri-yh2hd
    @aymenbachiri-yh2hd 3 หลายเดือนก่อน +1

    Thank you so much

    • @galaxies_dev
      @galaxies_dev  2 หลายเดือนก่อน

      You're most welcome

  • @yarrichar
    @yarrichar 8 หลายเดือนก่อน

    I don't think Tamagui should be recommended - yet. I had to give up on it after wasting half a day on it. Annoying setup and brittle. Once setup (thanks to expo stack) it would randomly error on me saying it couldn't be found when adding a component down the tree.

    • @galaxies_dev
      @galaxies_dev  8 หลายเดือนก่อน

      Because of those issues I now have a course on Galaxies about working with Tamagui - but I agree!

  • @hwj8640
    @hwj8640 8 หลายเดือนก่อน +1

    Thanks for sharing! Really helpful!

    • @galaxies_dev
      @galaxies_dev  8 หลายเดือนก่อน

      You're so welcome!

  • @themastro032
    @themastro032 6 หลายเดือนก่อน

    arent you still limited by expo if you have to integrate with a thrid party package that doesn't support expo?

    • @galaxies_dev
      @galaxies_dev  5 หลายเดือนก่อน

      No, you can simply do a prebuild and install whatever you want!

  • @CodingTuts
    @CodingTuts 8 หลายเดือนก่อน +2

    God bless you man, honestly. I'm a new React Native developer and you've made my life a hell lot easier

    • @galaxies_dev
      @galaxies_dev  8 หลายเดือนก่อน

      You're very welcome!

  • @farzan2799
    @farzan2799 4 หลายเดือนก่อน

    Thanks! this video was really helpful 😍

  • @nasharcadia
    @nasharcadia หลายเดือนก่อน

    Awesome video bro, coming back to the space after a few years and i'm glad to see so many cool new things

  • @wujekbizon1
    @wujekbizon1 8 หลายเดือนก่อน

    Great video, Simon. Thanks for sharing. What about authentication? What's the best stack to use in 2024 for user authentication? Clerk, perhaps?

    • @galaxies_dev
      @galaxies_dev  8 หลายเดือนก่อน +1

      Yes Clerk would be your best friend if you don't have auth on your own service!

  • @gilbertojunior1712
    @gilbertojunior1712 5 หลายเดือนก่อน

    Great video I'm migrating from react web to react native in a new job and this video gave me an update on what to focus on

    • @galaxies_dev
      @galaxies_dev  5 หลายเดือนก่อน

      Glad it was helpful!

  • @immipixediter210
    @immipixediter210 4 หลายเดือนก่อน

    Emittor for state management

  • @olamide9108
    @olamide9108 8 หลายเดือนก่อน

    Why did you skip Database?

  • @kingkesylo8516
    @kingkesylo8516 8 หลายเดือนก่อน

    I want to build a chat component but i dont want to use a fully managed service. I started with react native gifted chat but its no longer maintained. Does anybody know an alternative to react native gifted chat ? thanks

    • @yassiremtioui4131
      @yassiremtioui4131 8 หลายเดือนก่อน +1

      React native gifted chat is the best thing you can currently use, and it provides all what you need (functionalities and UI customization)

  • @vinhandev
    @vinhandev 8 หลายเดือนก่อน

    Hi, i really want a part time job. Can you guys have some tips and where good to start now ?

  • @andyc8707
    @andyc8707 6 หลายเดือนก่อน

    Dart -> Javascript

  • @t.ino24
    @t.ino24 4 หลายเดือนก่อน

    thank you🔥🔥🔥

  • @theBIGgee
    @theBIGgee 5 หลายเดือนก่อน

    I’m not learning typescript

    • @2gbeh
      @2gbeh 2 หลายเดือนก่อน

      Change my mind lol

  • @ts8960
    @ts8960 6 หลายเดือนก่อน

    what are your thoughts on Dripsy?

    • @galaxies_dev
      @galaxies_dev  6 หลายเดือนก่อน

      Another great library in the ecosystem!

  • @samuelabidoye6642
    @samuelabidoye6642 8 หลายเดือนก่อน

    I am currently learning react native and am getting confused as there is so much noise on flutter being more performant than react native, and getting more dominance in the future.
    1. Does react native really fall below Flutter?
    Pls what are ur opinions?

    • @Kats0unam1
      @Kats0unam1 8 หลายเดือนก่อน

      In performance, yes.

    • @sarfrazshah5158
      @sarfrazshah5158 8 หลายเดือนก่อน +1

      But react native has pretty high market coverage in terms of job opportunities!

    • @samuelabidoye6642
      @samuelabidoye6642 8 หลายเดือนก่อน

      @@Kats0unam1 Not true cos of the react native new archicture which is bridgeless

    • @samuelabidoye6642
      @samuelabidoye6642 8 หลายเดือนก่อน

      Thats true@@sarfrazshah5158

  • @DostonBegmatov-h9k
    @DostonBegmatov-h9k 8 หลายเดือนก่อน

    please project the store in react native

    • @galaxies_dev
      @galaxies_dev  8 หลายเดือนก่อน

      I don't understand?

  • @manfyegoh
    @manfyegoh 6 หลายเดือนก่อน

    mmkv support expo? need prebuild?

    • @galaxies_dev
      @galaxies_dev  6 หลายเดือนก่อน

      Yes you need prebuild, but it takes like 3 minutes and then you can continue you work :)

  • @nhieljeff2156
    @nhieljeff2156 8 หลายเดือนก่อน

    using tamagui is painful

    • @galaxies_dev
      @galaxies_dev  8 หลายเดือนก่อน

      Why?

    • @nhieljeff2156
      @nhieljeff2156 8 หลายเดือนก่อน

      @@galaxies_dev mainly the old version of reanimated dependency(bottom sheet) part of it

  • @marcofiorito5006
    @marcofiorito5006 8 หลายเดือนก่อน +1

    great video, thank you simon!

    • @galaxies_dev
      @galaxies_dev  8 หลายเดือนก่อน

      Glad you like it!

  • @gnom-om
    @gnom-om 8 หลายเดือนก่อน

    Expo gives a freedom? Seriously??
    You just say that Expo has problem with debug. Then where is freedom?

    • @codingmaster5224
      @codingmaster5224 8 หลายเดือนก่อน

      Yeap with Expo dev clients you can do everything nowadays.

    • @beane777
      @beane777 8 หลายเดือนก่อน

      You, with expo development builds, u can run react native core packages without stress