Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
kpenc21328yI like how you have jumped on the hype train. Not every app should be API and spa, there are use cases for server rendered pages, and they will be in the future.
-
viking817428y@kpenc finally someone think the same as me. These SPA/API sites have gone out of control, and in a lot of cases is completely overkill.
-
kpenc21328y@viking8 At times I thought I was the only one who thinks that. For example I would never design a banking application as spa.
-
kpenc21328y@rahulakrishna OOP promotes modularity. Restful a APIs are not the holy Grail of programming. Modularity existed way before restful API s. Also, class methods which are public are also APIs. :D
-
thisdot9838ySo the reasons to stay with the traditional approach are ease of development and security?
Security can be handled well in both though...
Related Rants
Learning Falcon right now. Coming from strong front-end background having learnt Redux, React and stuff,
Falcon is what a backend framework must be! Why do you need templating in backend these days?
undefined
backend
falcon
front-end
python