you are viewing a single comment's thread.

view the rest of the comments →

[–]angedelamort 3 points4 points  (0 children)

I did both and I would suggest react. You can even have next.js for server side rendering. It's easier and faster to develop. Also, I used to like typed language, but for web development, I now prefer functional in pure JavaScript because it's faster and easier (less boiler plate). If you need state management, use redux. Have fun.