Which Framework to choose?

So this is maybe a bit advanced for where the book is and where I am with JS, but:
I want to update a Django app to have some more AJAXy stuff and I want to build an Electron app really badly, and I have no clue which of the gazillion JS frameworks to choose. Something easy to learn, hopefully?
So if anyone has recommendations for what to get started with, that would be great :slight_smile:

Did you try learning Vue?
Also, have you read this?

1 Like

Yes, there’s soooooooooo many, so check out Vue.js or React. For Vue take a look at VuePress:

https://vuepress.vuejs.org/guide/

It’s both a good starting point for a vue based website and also a good example of what you can do.