Link to home
Start Free TrialLog in
Avatar of Michael Vasilevsky
Michael VasilevskyFlag for United States of America

asked on

Use React for Simple Web App?

I have done front-end Microsoft SharePoint development for about three years, creating sophisticated custom interfaces like dynamic Org Charts. Now I want to create my first stand-alone web application. It needs to support user accounts and subscription-based pricing. Traffic will be relatively low, maybe 10,000 potential users worldwide. My current skillset is below. I'm thinking about hosting on Heroku. Is React a good option for me? What backend should I use?

Proficient in: HTML, CSS, JavaScript, SQL

Experience in: PHP, Python, TypeScript, NPM, Gulp

Interested in: React
ASKER CERTIFIED SOLUTION
Avatar of Mikkel Sandberg
Mikkel Sandberg
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Michael Vasilevsky

ASKER

I settled on Node.js with Express and a MongoDB backend and it feels like a perfect fit for me.
Thanks for the input!
Cool, glad I could help :)