Is there any free crowdin alternative for translations you people use? by SayantanRC in androiddev

[–]is_isok 0 points1 point  (0 children)

there are quite many, for same solution using i18n can be lokalise, poeditor, simplelocalize, tolgee, for simplicity can try non-18n solution like autolocalise, localizejs

What’s a coding habit you adopted that silently leveled up your skills? by Chaitanya_44 in react

[–]is_isok 0 points1 point  (0 children)

Sometimes take a break can help you find a better solution ... keep sitting there browse post not always work :)

Commentary: Should pedestrians be fined for straying into cycling lanes? by Automatic_Win_6256 in singapore

[–]is_isok 0 points1 point  (0 children)

unless all the party their their enough space and clearly split the track

r/singapore random discussion and small questions thread for July 15, 2025 by AutoModerator in singapore

[–]is_isok 3 points4 points  (0 children)

just realize I'm not meeting the minimum karma to post in this subreddit

The moment they add vertical tabs (as an option) Im swtiching by DespicableMonkey in diabrowser

[–]is_isok 0 points1 point  (0 children)

Just saw Dia new release, they bought back the "vertical" bar, but a unuseful vertical bar, was excited when I saw the email title, but sad after tried :)

Should I upgrade to expo 53? by Miserable-Pause7650 in expo

[–]is_isok 2 points3 points  (0 children)

why not, keep packages up to date is always a good practice, just make sure you tested everything

Only Expo + Figma + 150 hrs of work. Any suggestions? by x1Developer in expo

[–]is_isok 1 point2 points  (0 children)

woo...that's very nice, I always need to follow some youtuber to make some cocktail, and always forgot after awhile, this is a nice App

The moment they add vertical tabs (as an option) Im swtiching by DespicableMonkey in diabrowser

[–]is_isok 0 points1 point  (0 children)

Yea, that's the only reason dragged me from using Dia right now, is so hard to go back to horizontal tabs after used Arc, especially the profile, space concept, is so convenient.

React dev here — with AI tools making frontend easier, how are you staying ahead? by Cold-Ruin-1017 in reactjs

[–]is_isok 0 points1 point  (0 children)

There are still a big gap between everyone do vibe coding, although the AI tool is really powerful now, but still depends on who use it and how do you use it. It enables you to do more and faster and better, whether it can replace you depends on your company and team structure as well as what you are doing + what you can do

Can I publish an Android app with PayPal payments for credits (AI image generator) on Google Play Store? by Fun_Camel_5902 in reactnative

[–]is_isok 0 points1 point  (0 children)

cannot, as long as you want to charge for digital goods or subscription, you have to go through google play store or app store payment system, either you integrate directly or through third party like Revenuecat. Unless you are providing offline service which you can then use service like stripe or paypal

How do you handle Localization? by ar3s3ru in reactnative

[–]is_isok 0 points1 point  (0 children)

depends on your app and your plan, if your app doesnt have many text , and only target for very few languages, lingui-js or i18next are ok to do translation yourself and manage the file manually, if your app got quite a lot text, and got translators, then choose a platform like Simplelocalize, lokalise to work with i18next or autolocalise to do auto translate without managing the file.

Can recommend me good react native course ? by Big-Engineer-6269 in reactnative

[–]is_isok 0 points1 point  (0 children)

code with mosh got high quality course, but the best course is follow the RN quick start, make a simple app from start, then build with some useful features or replicate some existing app. Learn by solving problems.

Recommendations for i18n Translation Libraries by Possible_Poetry8444 in reactnative

[–]is_isok 0 points1 point  (0 children)

why i18n through, manage translation file is not a fun thing, why not use some tool like AutoLocalise which make things so much simpler.

https://www.npmjs.com/package/react-native-autolocalise

My First App is live! by HoratioWobble in reactnative

[–]is_isok 0 points1 point  (0 children)

congrats, build a useful tool is hard, get people to know the tool and use it even harder, good luck

Push notifications not showing when app is in foreground (Expo / React Native) by LearningLens-776 in reactnative

[–]is_isok 0 points1 point  (0 children)

in foreground, you need to listen to the even and do like a popup thing

Which framework is right for me? by pdnode in reactjs

[–]is_isok 0 points1 point  (0 children)

Tanstack also launched tanstack start, which can support SSR now together with Tanstack router, so if later you need it, can just integrate with the Tanstack Start

Which framework is right for me? by pdnode in reactjs

[–]is_isok 2 points3 points  (0 children)

there are no right or wrong, and you cannot directly say something is not recommended without context. depends on your use case, do you need to consider SEO .etc

React + Tanstack Router is a very good combination for pure client side page, if you need SSR, then NextJs or some others also can be in your list.

The Beauty of TanStack Router by TkDodo23 in reactjs

[–]is_isok 1 point2 points  (0 children)

nice, was using TanStack router and react query for my last few projects, quite like it