Fez909
toilet expert
I'm in a similar boat in terms of not knowing any front end stuff at all. The biggest problem I've found is all the tutorials expect you (quite reasonably) to already know JS. As I don't, I'm finding it tricky to know why certain things work in React which are actually nothing to do with React, and all about JS. The different syntaxes you can use (ES5/6/7, stateless functional components vs classes, etc) makes jumping between tutorials harder as well.Fez909 are you using a tutorial for that? I was playing with the official fb one this morning and its awful! Really confusing, so recommendations welcome. I don't really do front end so this is all super new to me, and js is pretty horrible.
I want to avoid all the shit you read about with JS which is summed up in this amusing article if possible. I'm using create-react-app as my boilerplate/starter, and it seems nice so far. Handles all the babel/webpack shit that I don't understand, and gets you set up to start prototyping/playing with just one command ("create-react-app MyApp").
I've also got this ebook/course that I'm planning to go through: Fullstack React: 30 Days of React
Looks decent from the synopsis, but haven't even opened the PDF yet, so no idea if it's actually any good.
The learnprogramming and reactjs subreddits are good for when you get stuck and there's a fella from Facebook on the React team who is very active and gives good help. He created the boilerplate thing I linked above, I believe.
Sorry I couldn't be more help. I've not really had time to get properly into this yet. Let me know if you find anything good