We're using React so some experience developing React apps would be a minimum requirement for the role. They know a little HTML, but are overwise they're complete beginners.
Can anyone recommend a course (free or paid) which can help introduce the basics of HTML/CSS/JavaScript alongside React? Or would it be better to focus on HTML, CSS & vanilla JavaScript first?
I've been doing this so long I'm not sure I appreciate how difficult it might be for sometime to jump straight into React. Has anyone got children or family members who were able to pick up React without first learning HTML, CSS & JavaScript?
It defers to FreeCodeCamp where beneficial but overall puts a greater focus on setting up an actual developer environment instead of doing everything in a sandbox. It's a bit more challenging for that reason, but overall better for your progression.
The Odin Project does go through React, but I'd actually recommend switching to FullStackOpen once you hit that point in the curriculum: https://fullstackopen.com/en/
But its a big leap from writing basic pages to writing React. Suddenly you have to know npx, packaging, transpiling and what not. Nothing in those basics prepare you for that. At some point you have to jump in and figure your way backwards from there.
Those 2 places would be a good place to start to learn HTML/CSS/Javascript, then move forward into React