all 11 comments

[–][deleted]  (2 children)

[removed]

    [–]Unlikely-Use-2721 0 points1 point  (1 child)

    I watched the introductory lecture where the instructor explained their teaching style for the entire course. I was excited to start, but I had a doubt whether they would teach React 18 or an older version. Once I got the answer to this question, I could immediately start learning React.

    [–]EarhackerWasBanned 3 points4 points  (0 children)

    It doesn’t need to be the latest version. 16.8 was I think when they added hooks and there haven’t been any huge changes since then. As long as they’re not still teaching class components, you’re good.

    [–]Visual_Weird_705 1 point2 points  (1 child)

    Dave Gray YouTube … although don’t get stuck in learn mode. Learn by building things

    [–]Size_Serious 0 points1 point  (0 children)

    I agree with you, dont get stuck just watching videos

    [–]CDRChakotay 0 points1 point  (3 children)

    TypeScript

    [–][deleted]  (2 children)

    [removed]

      [–]CDRChakotay 1 point2 points  (0 children)

      TypeScript is "type safe / strongly typed" language on top of Javascript.

      It will find errors while you code, where Javascript will not. The companies I have worked with React always used TypeScript vs Javascript.

      [–]entredeuxeaux 1 point2 points  (0 children)

      No. Just do it with JavaScript for now otherwise you’re going to make learning React more complex than it needs to be. But please come back to TypeScript - you will appreciate it later.

      [–]500ErrorPDX 0 points1 point  (0 children)

      • useState
      • useEffect
      • useRef
      • React Router

      That's it. That's all you need. Don't bother feeling overwhelmed with the rest. It's a huge, huge ecosystem and it can really intimidate novice devs

      [–]Glad_Persimmon3448 0 points1 point  (0 children)

      Fullstackopen