I have been experimenting with react native as I heard it’s one of the good ones, and so far it is not a particularly enjoyable experience. Lots of irritating things like no global styling, lots of ugly, hard to read properties on tags, etc

In a perfect world where you get to choose, which frontend frameworks would you use and why?

  • cybirdman
    link
    fedilink
    arrow-up
    3
    ·
    8 months ago

    I really recommend nativewind to solve pretty much every gripe I have with styling react native, if you still want to give it a chance. Expo for instant cross platform updates by just publishing updated JavaScript (no more publishing updatdes in app store and play store!) Also, yup and Formik for form validation and react query for API calls. With these minimal libraries react native becomes a beast.

    • flashgnash@lemm.eeOP
      link
      fedilink
      arrow-up
      2
      ·
      8 months ago

      I’m currently using expo it just doesn’t feel like a very well featured language and doesn’t seem maintainable