Skip to content

Instantly share code, notes, and snippets.

@akinncar
Last active May 12, 2022 00:14
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

Sorry, something went wrong.

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