Skip to content

Instantly share code, notes, and snippets.

@akinncar
Last active May 12, 2022 00:14
Show Gist options
  • Save akinncar/657062dd3995fd1259a7b56e51bb13a5 to your computer and use it in GitHub Desktop.
Save akinncar/657062dd3995fd1259a7b56e51bb13a5 to your computer and use it in GitHub Desktop.
ReactJs Learning Path - Basics that you should learn
  • learn how to build JSX basic components
  • learn component props
  • learn how to manage state
  • learn basic hooks (useState and useEffect)
  • learn how to fetch Rest API's (Axios, SWR)
  • learn how to use routes with React Router DOM
  • learn how to manage global state (Context API, Redux, MobX)
  • learn how to make unit tests with Jest
  • learn how to use GraphQL (Apollo, Relay)
@akinncar
Copy link
Author

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