Skip to content

Instantly share code, notes, and snippets.

@adophilus
Created August 12, 2024 15:59
Show Gist options
  • Select an option

  • Save adophilus/54d60ed5543ae2ffa7ae0a2688aaedef to your computer and use it in GitHub Desktop.

Select an option

Save adophilus/54d60ed5543ae2ffa7ae0a2688aaedef to your computer and use it in GitHub Desktop.

Codevolution's React Playlist: https://youtube.com/playlist?list=PLC3y8-rFHvwgg3vaYJgHGnModB54rxOk3&si=0ao393ENHYpN5xSB

It's very detailed and would show you what's possible with react

The Official React webite: https://react.dev

Anything that's mentioned in the YouTube video can be cross referenced here. It's the official react website and it has the documentation for React

Remember that react is a JavaScript library, therefore you'll be writing React components in JavaScript (or TypeScript), so you'll need to know about JavaScript.

Here's some JS resources you can use:

Codevolution's beginner course: https://youtu.be/XIOLqoPHCJ4?si=aRlzQLN5umUSJGKH FreeCodeCamp's JS crash course: https://youtu.be/PkZNo7MFNFg?si=tvYhBYyVPwIGSSaf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment