DEV Community

Discussion on: Frontend development becomes more difficult than backend development?

Collapse
 
coolgoose profile image
Alexandru Bucur

I think it certainly depends on what are your expectations for Frontend development.

Has creating presentation websites become more difficult ? Definitely no, it's still easy to create css only websites, or to just add sass. You won't need complex JavaScript interactions and with modern JS you can even get around using jQuery even.

Regarding SPA's, I'd say it depends. Definitely the learning curve for modern SPA's is high, but long term maintainability of your code is going to be easier once you understand the ecosystem.