Which frontend framework should I use and why?
should I use react, angular, or vue for developing front-ends? What do you recommend and why?
<p>whatever you choose, react just absolutely sucks lol: <a href="https://www.youtube.com/watch?v=HyWYpM_S-2c" target="_blank">https://www.youtube.com/watch?v=HyWYpM_S-2c</a></p>
<p>I would suggest keeping it as simple as possible.</p><p><br></p><p>If you can solve the problem using vanilla JS, then that's the best.</p><p><br></p><p>If you need something tiny, then something like <a href="https://picocss.com" target="_blank">https://picocss.com/</a> should be all you need as it's not even a JS framework, only CSS.</p><p><br></p><p>The best tool would be dependent of the problem you want to solve. For example, if you need to do things in 3D then you might want to use <a href="https://threejs.org" target="_blank">https://threejs.org/</a> and so on.</p>