DEV Community

Discussion on: Code smart, not hard

Collapse
 
leob profile image
leob • Edited

What are "real web languages", PHP, Python, "anything but" Javascript?

In my experience, once you have a good base setup (see the tips in this article) building an app with the API + SPA model (e.g. with React) can be smooth and simple.

As soon as you require a bit more interactivity on the frontend and a more advanced UI then the 'old' model with server side generated pages, AJAX and jQuery quickly becomes cumbersome.