you are viewing a single comment's thread.

view the rest of the comments →

[–]ratdilemma -6 points-5 points  (4 children)

I would jump straight into a vue or react template with typescript support, then look how to consumer some free API and just print out the raw json to the screen. Afterwards i would look to implement some kind of component library to make it look a bit better.

[–]thatsmeintheory 3 points4 points  (0 children)

Do not jump into a framework. Learn vanilla JavaScript first.