Skip to content

Instantly share code, notes, and snippets.

@satishbabariya
Last active January 22, 2024 05:18
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save satishbabariya/3917afda159674f5c306baccad96a476 to your computer and use it in GitHub Desktop.
Save satishbabariya/3917afda159674f5c306baccad96a476 to your computer and use it in GitHub Desktop.
React Native Developer Roadmap

React Native Developer Roadmap

  1. Getting Started Introduction

  2. JavaScript Learn JavaScript: Introduction Cheatsheet | Codecademy Learn ES2015 · Babel

  3. React Fundamentals https://reactjs.org/tutorial/tutorial.html

  4. JSX and Styling Components https://reactnative.dev/docs/style

  5. Conditional Rendring https://reactjs.org/docs/conditional-rendering.html

  6. Navigation https://reactnavigation.org/docs/getting-started/

  7. Resuable Components

  8. Reduxhttps://redux-toolkit.js.org/

  9. TypeScript https://reactnative.dev/docs/typescript

Refrences

🔨 Setup the Environment for React Native

After you get an idea about React Native, it's now time to start setting up the ground to build things.

Setup iOS Environment

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