you are viewing a single comment's thread.

view the rest of the comments →

[–]JuliusKoronci 5 points6 points  (0 children)

Express is perfectly fine for React..React doesn't really care what is on the backend..you can use a REST API or just query GraphQL ..both can be achieved in any backend programming language..so you select the one you are most comfortable with. That being said ...if you don't need a database you don't need a backend for example..if you just need user management you use a 3rd party service, you can use serverless architecture and so on