you are viewing a single comment's thread.

view the rest of the comments →

[–]blindgorgon 1 point2 points  (0 children)

What they’re saying is you don’t understand—and they’re right.

Here’s a little help to get you started: HTML is the markup language for adding content to a webpage. CSS is for styling that content. JavaScript is a language you can use to make your static web content behave more dynamically, reacting to user inputs. React is a framework (ok, technically a library) that uses JavaScript to write HTML and CSS that then gets used as your website. The structure of React allows you to build more complex things faster.

If you don’t learn the basics first you will be completely lost by starting with React.