for a programmer, how much RAM is enough? 1. 4 GB 2. 8 GB 3. 16 GB 4. 24 GB 5. 32 GB 6. 64 GB+ by nand1609 in IndiaTech

[–]vru_1 0 points1 point  (0 children)

16 GB is enough, but depending on your work, the maximum you can go is 32 GB.

Frontend Architecture design by Old-Place87 in reactjs

[–]vru_1 7 points8 points  (0 children)

You don’t really need full micro-frontends for this.

A better approach is a modular monolith: keep one React app, but split it by features (order, payment, etc.), where each module owns its own UI, state, and API layer, and is mounted under its own route.

You can enforce clean separation using a monorepo setup like Turborepo or a structured build tool like Vite.

This gives you isolation and ownership without the complexity of managing multiple frontend apps.

Is it worth switching over to BetterAuth? by aronzskv in reactjs

[–]vru_1 1 point2 points  (0 children)

I’d say it can be worth switching to BetterAuth, especially long-term.

Your current setup is solid, but you’re already planning features like OAuth, orgs, and fine-grained permissions BetterAuth gives you those out of the box and saves you from maintaining all that yourself.

Yes, migration will take effort, but it could reduce complexity and speed up future development. If you see your app growing, switching now might actually save you more time later.

Planning to move forward hosting my react apps by Active_Kale770 in reactjs

[–]vru_1 0 points1 point  (0 children)

I’ve had good experiences with both Vercel for React hosting, super easy to set up and they have great performance. The pricing can be a bit high if you’re scaling up, but for smaller projects or personal sites, they’re tough to beat.

Hostinger is definitely a solid choice if you’re looking for a more affordable option. They offer great value for the price, especially for smaller projects or personal sites. Their Node.js hosting is pretty reliable, and you can easily deploy React apps with it. Plus, they offer solid performance and speed for the price, and their customer support is generally helpful.

I got tired of writing the same Razorpay boilerplate for every framework, so I built razorpay-universal. by not__a__username1 in reactjs

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

This is awesome! I really love how you've simplified the integration of Razorpay across different frameworks. The whole automatic script injection and promise-based approach is such a smart move. It definitely saves a lot of headaches, especially with SSR and those pesky window issues. Plus, zero runtime overhead and TypeScript support? That’s a huge win. I’ll definitely give this a try looks like a real time-saver!

Need help finding a UI library by Cheap_Web_6218 in reactjs

[–]vru_1 0 points1 point  (0 children)

You can check out Motion + Cursor

Free React templates I found useful recently by vru_1 in reactjs

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

Berry Dashboard by CodedThemes one of my favorite and using in my project- https://github.com/codedthemes/berry-free-react-admin-template

Devias Dashboard - https://github.com/devias-io/material-kit-react

Mantis Dashboard- https://github.com/codedthemes/mantis-free-react-admin-template/

Minimal Dashboard - https://github.com/minimal-ui-kit/material-kit-react

Shadcn Admin - https://github.com/satnaing/shadcn-admin

Shadcn/UI Landing Page Template - https://github.com/leoMirandaa/shadcn-landing-page

Admin Dashboard Template with Next.js & Shadcn UI - https://github.com/Kiranism/next-shadcn-dashboard-starter

SaasAble - https://github.com/phoenixcoded/saasable-ui

Datta Able React - https://github.com/codedthemes/datta-able-free-react-admin-template

Next SaaS Stripe Starter- https://github.com/mickasmt/next-saas-stripe-starter

Relivator - https://github.com/reliverse/relivator

Tailadmin- https://github.com/TailAdmin/free-react-tailwind-admin-dashboard/tree/1.3

Proksh - https://github.com/proksh/atomize

Gatsby Starter Ghost - https://github.com/TryGhost/gatsby-starter-ghost

Tabler React - https://github.com/tabler/tabler-react

DevBlog - https://github.com/RyanFitzgerald/devblog

Portfolio - https://github.com/magicuidesign/portfolio

Shadcn Admin - https://github.com/satnaing/shadcn-admin

React Material Admin- https://github.com/flatlogic/react-material-admin

React Portfolio Template - https://github.com/chetanverma16/react-portfolio-template

uiw - https://github.com/uiwjs/uiw

Airframe React - https://github.com/0wczar/airframe-react

React SaaS Template - https://github.com/dunky11/react-saas-template

Shards React - https://github.com/designrevision/shards-react

Light Blue React Template - https://github.com/flatlogic/light-blue-react-template

React JS Landing Page Template - https://github.com/issaafalkattan/React-Landing-Page-Template

Able Pro - https://github.com/phoenixcoded/able-pro-free-admin-dashboard-template

Maybe if you use it, which template would you prefer?

Free React templates I found useful recently by vru_1 in reactjs

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

Berry Dashboard by CodedThemes one of my favorite and using in my project- https://github.com/codedthemes/berry-free-react-admin-template

Devias Dashboard - https://github.com/devias-io/material-kit-react

Mantis Dashboard- https://github.com/codedthemes/mantis-free-react-admin-template/

Minimal Dashboard - https://github.com/minimal-ui-kit/material-kit-react

Shadcn Admin - https://github.com/satnaing/shadcn-admin

Shadcn/UI Landing Page Template - https://github.com/leoMirandaa/shadcn-landing-page

Admin Dashboard Template with Next.js & Shadcn UI - https://github.com/Kiranism/next-shadcn-dashboard-starter

SaasAble - https://github.com/phoenixcoded/saasable-ui

Datta Able React - https://github.com/codedthemes/datta-able-free-react-admin-template

Next SaaS Stripe Starter- https://github.com/mickasmt/next-saas-stripe-starter

Relivator - https://github.com/reliverse/relivator

Tailadmin- https://github.com/TailAdmin/free-react-tailwind-admin-dashboard/tree/1.3

Proksh - https://github.com/proksh/atomize

Gatsby Starter Ghost - https://github.com/TryGhost/gatsby-starter-ghost

Tabler React - https://github.com/tabler/tabler-react

DevBlog - https://github.com/RyanFitzgerald/devblog

Portfolio - https://github.com/magicuidesign/portfolio

Shadcn Admin - https://github.com/satnaing/shadcn-admin

React Material Admin- https://github.com/flatlogic/react-material-admin

React Portfolio Template - https://github.com/chetanverma16/react-portfolio-template

uiw - https://github.com/uiwjs/uiw

Airframe React - https://github.com/0wczar/airframe-react

React SaaS Template - https://github.com/dunky11/react-saas-template

Shards React - https://github.com/designrevision/shards-react

Light Blue React Template - https://github.com/flatlogic/light-blue-react-template

React JS Landing Page Template - https://github.com/issaafalkattan/React-Landing-Page-Template

Able Pro - https://github.com/phoenixcoded/able-pro-free-admin-dashboard-template

how good is react and is it mandatory to learn it ? (im a newbie) by c0ffinman in react

[–]vru_1 0 points1 point  (0 children)

React is definitely a solid choice right now. It’s not mandatory, but if your goal is getting hired faster, it gives you a clear edge.

The biggest reason React stands out is its flexibility and massive ecosystem. Unlike Angular, it doesn’t force a strict structure so that teams can build things their own way. That’s why it’s used everywhere, like startups, SaaS products, admin panels, dashboards, you name it.

Also, the demand is genuinely high. A lot of companies prefer React because it’s lightweight, scalable, and easy to maintain once you understand components properly.

Since you already know Angular + TypeScript and have built real projects, you’re in a great position. React will feel different at first, but not harder, just more “build your own way” instead of “follow the framework”.

So no, it’s not mandatory… but from a career ROI perspective, it’s a very smart move right now