Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react roadmap sisi #380

Open
22 tasks
biantris opened this issue Apr 18, 2023 · 0 comments
Open
22 tasks

react roadmap sisi #380

biantris opened this issue Apr 18, 2023 · 0 comments

Comments

@biantris
Copy link
Owner

  • https://sibelius.github.io/zettelkasten/learning-path/learning-path-react
  • What is React props?
  • What is React state?
  • unidirectional data flow
  • how to create a React component
  • React hooks (useState, useEffect, and other basics ones)
  • Effects
  • How to handle event handlers (onClick)
  • React Context - share state for a subtree
  • Recoiljs
  • How to refactor a class component to hooks
  • Create React App
  • Learn what is a bundler, and how to use webpack, rollback and new solutions like vite.
  • Learn how to do data fetching using pure fetch with useEffect, using react-query, using relay
  • Learn how to do forms using formik
  • Learn how to handle navigation using react-router
  • Learn how to test using testing-library and jest
  • Learn how to code split
  • Learn Suspense
  • Learn ErrorBoundary
  • Learn about virtual dom and optimization
  • Learn how to type components using Typescript
  • Learn how to sync state to some external data like localStorage, cookies, querystring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant