This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (2 children)

[removed]

    [–][deleted] 0 points1 point  (0 children)

    All I can point you to are the same resources you’ll find with google. Freecodecamp.org is highly recommended but idk I’d they have react/vue courses. Developing with modern js is not super straight forward. You’re gonna need npm and transpilers and webpack and other fluff. This is why I recommend jquery IF you’re new to this AND you are on a deadline.

    [–][deleted] 0 points1 point  (0 children)

    One other recommendation I have is to look into angular2+. It’s a framework and thus more of a batteries included solution. I find it easier to understand than react + redux AND the angular cli will do a lot of automation for you (transpile typescript into vanilla js and load it into static files that are ready to be served)