Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save peterng014/e8704b35cd68e4394b5c27f290355e01 to your computer and use it in GitHub Desktop.
Save peterng014/e8704b35cd68e4394b5c27f290355e01 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