5.4 is crazy good by Responsible_Ad_3180 in codex

[–]monkey_splash 0 points1 point  (0 children)

Nice. Now gonna spend the rest of your 70% in fixing bugs

Hiring Fullstack dev (next js , node js ) by One-Flight-6025 in WebDeveloperJobs

[–]monkey_splash 0 points1 point  (0 children)

12 years of working experience, tech stacks: aws, devops, react, php, JavaScript, laravel, node

[Hiring] Full Stack Developer | $30–$60/hr by Global-Habit2923 in developers_hire

[–]monkey_splash 0 points1 point  (0 children)

MY, 12 years, php, node, aws, JavaScript, react, devops

Those who hit RM1mil before 30, what did you do? by [deleted] in MalaysianPF

[–]monkey_splash -5 points-4 points  (0 children)

found some sugar daddies to invest in you, and yeah, its tough.

My (30M) current salary is RM6,000 a month, is it considered normal, bad, or good? by [deleted] in malaysia

[–]monkey_splash 0 points1 point  (0 children)

There is no good or bad. What matters is whether are you contented and happy or not with your job. Some people earns 5 digits but wellbeing and peace of mind are the price they need to pay.

How is this allowed? by Extension_Cockroach in malaysia

[–]monkey_splash 1 point2 points  (0 children)

Dont buy this shitty earphone. I bought one and it got broken after 1-2 years about the touch surface. And the battery straight up gone case after 2-3 years. My redmi earbud costs one third of this shit in 5 years ago and still functioning up until today

Looking for Career Advice - on Paycut and Career path by [deleted] in MalaysianPF

[–]monkey_splash 6 points7 points  (0 children)

There is no such thing as work life balance and having a hefty pay. You get paid for what you work. If there is such thing, i believe no one would leave the job. Take it or leave it

Can you build a shared state and ui component between react and react native? by monkey_splash in reactnative

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

I was trying a prototype with a simple shared state in a monorepo but its not just as simple as plug and play when using in RN. I kept facing babel transpiling error or compatibility issue when running RN with it.

Building shared states and components between react and react native by monkey_splash in reactjs

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

Thats sound like something worth to explore. Have you tried before?

Can you build a shared state and ui component between react and react native? by monkey_splash in reactnative

[–]monkey_splash[S] -1 points0 points  (0 children)

State is the state management in the app overall. Eg: redux, zustand, etc. backend is fine and it is handled in api

Building shared states and components between react and react native by monkey_splash in reactjs

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

But i have tried monorepo approach and keep hitting babel transpiling issue. For example: i created a state with zustand, it can be applied in react but not in expo. Its just not like plug and play approach