HACKER Q&A
📣 uptownfunk

What is the best way to get started with front end development in 2023?


What is the best way to get started with front end development in 2023?


  👤 zach_garwood Accepted Answer ✓
I say, start with the basics. Serve a few static HTML pages and use plain JS to make them a little interactive to find out how DOM manipulation and event triggers/listeners work. Try styling the pages with plain CSS to get a sense of how to use flexbox. I think if you dive straight into something like React, you'll end up being inundated with tooling.

👤 qualudeheart
Not bothering!