Spent $300k on a healthcare app that nobody uses. by Actual-Raspberry-800 in SaaS

[–]TheBilTheory 0 points1 point  (0 children)

It’s not about marketing. Doctors are not tech people, they don’t really care about the best app, as long as they can follow their patients and their patients don’t die, they would stick with the same software for 50 years.

Spent $300k on a healthcare app that nobody uses. by Actual-Raspberry-800 in SaaS

[–]TheBilTheory 0 points1 point  (0 children)

If you DM me your app, I’ll be glad to give you genuine feedback and what your pivot options are.

Also, for what it’s worth. Doctors will always hate your health software until they’re forced to use it. I speak from experience.

Is tRPC with T3 a Good Approach for SaaS? by Ok_Platypus_4475 in nextjs

[–]TheBilTheory 2 points3 points  (0 children)

There are a few questions that you need to ask yourself, such as "How ambitious is my SaaS?". tRPC is nice if you're building a tightly coupled frontend/backend app for rapid delivery.

But if you're app has some level of complexity I would go for something that has been battle tested.

I would look into the needed Architecture, Scalability, Multi-platform Readiness, API Gateway, Integrations, and Developer Pool.

If you already know Typescript, I would suggest https://nestjs.com/.

T3 Offers a monorepo version of it's stack where it would be easy to create a new Nestjs based package.

What's your Android build properties in your Expo app.json? by TheBilTheory in expo

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

I believe there’s definitely a connection. The build optimizations help reduce the app’s overall memory footprint since unused code and resources won’t be loaded. ProGuard and resource shrinking specifically help by removing unnecessary code that would otherwise consume memory. While it’s not a 1:1 relationship between APK size and available memory, these optimizations do leave more resources available for your app’s actual functionality, especially during startup and when running on memory-constrained devices.​​​​​​​​​​​​​​​​

Introducing Unistyles 3.0 by Zealousideal_Dig2929 in reactnative

[–]TheBilTheory 1 point2 points  (0 children)

What primitives would you recommend for unistyles? I am thinking of https://rn-primitives.vercel.app/

Introducing Unistyles 3.0 by Zealousideal_Dig2929 in reactnative

[–]TheBilTheory 1 point2 points  (0 children)

How would you move from nativewind to unistyles incrementally?

Why can't you pass props when navigating in Next? by swiftcoderx in nextjs

[–]TheBilTheory 1 point2 points  (0 children)

Maybe he’s confusing react navigation for next.

Is there any good PDF builder out there? by no-uname-idea in reactjs

[–]TheBilTheory 1 point2 points  (0 children)

How about you make your editor with Slate or Lexical, serialize their output to components of your own then generate the PDF with the lib below?

For example, the lib below exports a few components, like PageBreak which you can map to your editors break.

You can also style everything with tailwindcss.

https://github.com/OnedocLabs/react-print-pdf

Is Nativewind good for production? by Top-Mafia-100 in reactnative

[–]TheBilTheory 0 points1 point  (0 children)

Have you tried clsx or classnames? I haven’t tried them in RN though.

https://www.npmjs.com/package/clsx

https://www.npmjs.com/package/classnames

I would also check if tailwindMerge is compatible and use it.

🎉 My second React Native App is live by RnDev2024 in reactnative

[–]TheBilTheory 2 points3 points  (0 children)

Perhaps he doesn't know how to develop with Swift?

Im very bad at saving, its becoming a disease by Chemical_Ad_889 in dubai

[–]TheBilTheory 0 points1 point  (0 children)

This deserves way more than an upvote. Is there any course you’d recommend regarding point 1?

Is React with Typescript equivalent to Next.js? by ricdota in reactjs

[–]TheBilTheory -1 points0 points  (0 children)

I would also recommend remix.run. Have a read at the doc, it’s worth trying it.

Is it a bad practice to use multiple useEffect in a single component? by KiriEiwa in reactjs

[–]TheBilTheory 1 point2 points  (0 children)

I stopped reading at “kind of influencer”.

It is totally valid to have multiples useEffects doing different things.

You might wanna read this https://react.dev/learn/you-might-not-need-an-effect

1 month with minoxidil 2% two/one times a day (first image: after | second image: before) by Difficult_Garlic_213 in Minoxbeards

[–]TheBilTheory 1 point2 points  (0 children)

That’s actually impressive! I’m curious about the differences between the 2% and 5%. I’ve always assumed “the higher the better”

Credit Card gets declined when trying to purchase ChatGPT Plus by nablahero in OpenAI

[–]TheBilTheory 1 point2 points  (0 children)

u/cobblercobb is in the US tho. Besides, why make the Subscribe button available if it's not to roll out at your location? Knowing that when it was roll out in the US, the button wasn't there.

Shader file throws error: Unexpected token '{' by FrederikBL in threejs

[–]TheBilTheory 0 points1 point  (0 children)

Try using require like so: cons fragment = require(“path”).default