Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

toniperic's avatar

Recommend a course on building SPA

Anyone can personally recommend a recent course on building single-page apps? Free or paid, it doesn't matter.

Should be using either React, Angular or Vue (or any other Javascript framework that is not dead).

0 likes
5 replies
davorminchorov's avatar

Check Pluralsight, they have a few courses with the MEAN stack. Some of them are new, some of them are old but it will still give you an idea of what it takes to build an SPA.

christopher's avatar

Here you can find a bunch of Vue.js Resources: https://github.com/vuejs/awesome-vue

A complete Course based on React: https://reactforbeginners.com/

On https://egghead.io/lessons you will find also a bunch of Video courses for React, Angular, Node etc.

A SPA with Vue.js is pretty simple, just use the vue-router: https://github.com/vuejs/vue-router and read the docs. I did it in just one day - So you should really read the Docs about the vue-router and Vue.js. Take also a look @ the awesome-vue list to have a look at some other examples and you are good to go.

cesar's avatar

i can say, laracast, learn to write a great api with laravel, then learn react, angular, or something like that

Please or to participate in this conversation.