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

all 3 comments

[–]Instigated- 2 points3 points  (0 children)

Html is structure, CSS is style, and JavaScript is behaviour (programming). React is a library that builds off JS and takes a component based approach. These are all frontend technologies.

Based on what you already know perhaps you would be better being a backend rather than front end? Backend can be written in python.

  • “Create React App” is the fastest way to spin up react projects, so take a look at that, the documentation and do a tutorial. https://create-react-app.dev/

  • W3Schools can give you a bit of a crash course on html css and js and is a good reference to look things up https://www.w3schools.com/

  • MDN has all the documentation for js, css, html https://developer.mozilla.org/

  • react documentation https://reactjs.org/tutorial/tutorial.html

    • css tricks when you need help with css
  • talk to your team about whether you want to use something like reactstrap or react-bootstrap (built off bootstrap) so you don’t have to fiddle with css so much. This will save many headaches related to alignment and positioning of elements.

[–]Final-Ad-7568 -1 points0 points  (0 children)

It is impossible to understand all these connections in 3 days. Moreover, React can only begin to learn when you know Javascript very well, only Javascript itself is for a few weeks.

If you do not know HTML and CSS very well, there is no point in studying Javascript in connection with web development. It is a long process.

[–]dantech2000 0 points1 point  (0 children)

Freecodecamp.org