this post was submitted on 02 Nov 2023
39 points (97.6% liked)

Asklemmy

43350 readers
2270 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

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?

all 13 comments
sorted by: hot top controversial new old
[โ€“] tubbadu@lemmy.kde.social 13 points 10 months ago (2 children)
[โ€“] tetris11@lemmy.ml 4 points 10 months ago

Qt all the way.

[โ€“] flashgnash@lemm.ee 1 points 10 months ago (1 children)
[โ€“] TurnItOff_OnAgain@lemmy.world -1 points 10 months ago (2 children)
[โ€“] flashgnash@lemm.ee 1 points 10 months ago

What's DZ? Google search didn't come up with much

[โ€“] nothendev@sopuli.xyz 2 points 10 months ago

goober or in Kotlin, Jetpack Compose, which, fun fact, goober was inspired by

[โ€“] cybirdman@lemmy.ca 2 points 10 months ago (1 children)

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.ee 1 points 10 months ago

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

[โ€“] TheButtonJustSpins@infosec.pub 1 points 10 months ago

If I need to do data binding, some simple Vue.js. Otherwise, vanilla js or jQuery.

[โ€“] lorty@lemmygrad.ml 1 points 10 months ago

If you didn't like react native (it has its quirks), you could try flutter, it's a lot more sane although I personally find the source code to be a lot harder to read after it's a bit bigger.

[โ€“] vtguy@jlai.lu 0 points 10 months ago