bmitchinson / OpenQ

A live queue system open for anyone to request and vote on Spotify tracks for public playback.
http://openq.me
GNU General Public License v3.0
1 stars 0 forks source link

Should we use a framework for the user interface? #4

Closed bmitchinson closed 5 years ago

bmitchinson commented 5 years ago

(The front end of the server) If so, which framework should we use and why?

Rallph commented 5 years ago

From personal experience, making a UI with vanilla javascript is annoying, which is gonna be even more true for a more complex application like this. I've used React and recommend it. Also there's a lot of component libraries that make building a UI with React even easier, like the ones listed here.

bmitchinson commented 5 years ago

Decided on react since some team members have experience with it at our last meeting 👍