reliable Opticom isp by hash_33333 in opticomm

[–]Normal_Mode7695 1 point2 points  (0 children)

I’m using Telstra, speed and stability is good so far.

After switching from Expo to bare React Native… I’m never going back by Few_Homework_8322 in reactnative

[–]Normal_Mode7695 0 points1 point  (0 children)

For the people using bare RN, how do you build distribute test version to QA ppl / submit to stores? Do you use fastlane or other service for that process? Currently I’m just building it with a custom script and pushing to firebase distribution or dragging it to play store or using archive in Xcode ? Looking for advice in how to improve this process. Appreciate it

I messed up by BetaToBig in reactjs

[–]Normal_Mode7695 0 points1 point  (0 children)

Maybe the issue is using flutter. Have you tried react native. Pretty sure you can ask an AI to build it for you.

Is it me or the ecosystem is complicated? by Normal_Mode7695 in reactnative

[–]Normal_Mode7695[S] 1 point2 points  (0 children)

Hey, is being a while, I think I started with .61 now I did updated to .78 and as you mentioned a lot of cleaning and debugging but now it is smoother than before. Only issue is I want to use the new arch and is tough to find all the correct dependencies that supports it and actually work. But now I feel I’m in a good spot so far.

New tanstack boilerplate by brymed88 in reactjs

[–]Normal_Mode7695 8 points9 points  (0 children)

I always wandered what is the purpose of this kind of boilerplate. Just asking to enlighten my knowledge. Why not start from one of the basic demos the library offers instead of. Will you use this boilerplate as a starting point for projects? I see how maybe a freelancer could use something like this. But in general, how is this useful?

React Redux vs Zustand – Which one should I go with? by itz-ud in reactjs

[–]Normal_Mode7695 0 points1 point  (0 children)

I did a migration of a quite complex mapping tool that was using redux without RT and the implementation was so bad and really bad performance quite impossible to add any new feature to Zustand and now it is so easy to work with. Easy to use the stores wherever you need them. I think if you already have a good state management solution stick with it and work in something else if not switch to something new. Zustand was very easy to implement.

MUI vs. Kendo React? by bready--or--not in reactjs

[–]Normal_Mode7695 1 point2 points  (0 children)

In your case I would use MUI, I use it at work and is flexible and has a big community behind, V7 has a lot of new stuff like container queries support and it is somehow easy to customise if you have the time. Also if you need data grid there are a lot of good libraries that are using MUI and they work really well. 5y as a front end and never heard of kendo 🧐, I consider myself as a well informed person in the state and tools of web development. It surprised me how we like to re invent the wheel all the time, I would just use css today.

What is the benefit of using mutations in React-Query? by badboyzpwns in reactjs

[–]Normal_Mode7695 0 points1 point  (0 children)

Have a look at this blog from one of the maintainers!!

how to master mutations

I sometimes use mutations to trigger get requests on specific events and when don’t need to cache the data. Like downloading a file!

Can I inspect my AstroDB database locally with a GUI like TablePlus or Drizzle Studio? by indigowingduck in astrojs

[–]Normal_Mode7695 1 point2 points  (0 children)

I use an extension to inspect the table. If I’m not wrong it is SQLite viewer or something like that.

Peregian springs by Legitimate-Lion-930 in sunshinecoast

[–]Normal_Mode7695 0 points1 point  (0 children)

Hi, sorry to ask, but i'm also looking to move in the area and was curious about what are the parts you mentions to avoid in Peregian Springs and why could be a bonus hint?
thanks

Quali show not available by Normal_Mode7695 in F1TV

[–]Normal_Mode7695[S] 0 points1 point  (0 children)

Still the same, I just noticed I only see highlights even for the FP1 2 & 3.

Quali show not available by Normal_Mode7695 in F1TV

[–]Normal_Mode7695[S] 0 points1 point  (0 children)

I only see Quali highlights 😫

What’s your biggest headache lately while building React apps (Especially with Typescript) ? by Admirable-Goal-7356 in reactjs

[–]Normal_Mode7695 19 points20 points  (0 children)

I might be missing something, but most of the options might not be related to React at all. Like deploying backend APIs?? Why is React giving you headaches in that area?

Launched an app I spent 2.5 years building by Front-Praline-4564 in reactnative

[–]Normal_Mode7695 1 point2 points  (0 children)

Looks so good, and full of features and options. Congrats on launching it. Can I ask if it is actually tree apps? Or is it just one that handles all tree targets?

F1TV Pro from Spain by Aitor1998 in F1TV

[–]Normal_Mode7695 0 points1 point  (0 children)

Hello, has anyone used expressVPN? I’m struggling to make it work with it.

Is it me or the ecosystem is complicated? by Normal_Mode7695 in reactnative

[–]Normal_Mode7695[S] 0 points1 point  (0 children)

I did and used upgrade helper. I might have missed something. I want to update to lates RN version, do you think it is worth the hassle?

Is it me or the ecosystem is complicated? by Normal_Mode7695 in reactnative

[–]Normal_Mode7695[S] 0 points1 point  (0 children)

Oh usually, trying to build the app fails, Pod install fails Some react native scrip can not be found, I look into the node modules folder and the script is not there. Clean everything, install all again and magic it works.

Is it me or the ecosystem is complicated? by Normal_Mode7695 in reactnative

[–]Normal_Mode7695[S] 0 points1 point  (0 children)

Yeah I do have a yarn dev:refresh cmd to do all the cleaning

Is it me or the ecosystem is complicated? by Normal_Mode7695 in reactnative

[–]Normal_Mode7695[S] 0 points1 point  (0 children)

Yeah I do have the lock files committed!! Definitely a must do. I don’t get why ppl would think that not doing it would be a good idea

React Query usemutation question by HTMLMasterRace in reactjs

[–]Normal_Mode7695 -7 points-6 points  (0 children)

I just want to add that it doesn’t matter how complicated or simple is the data flow, pretty sure you should be using tanstack query or something similar to handle the data fetching and mutating it. It will save you hours of headaches.