For over 5+ years we help companies reach their financial and branding goals. oDesk Software Co., Ltd is a values-driven technology agency dedicated

Gallery

Contacts

Address

108 Tran Dinh Xu, Nguyen Cu Trinh Ward, District 1, Ho Chi Minh City, Vietnam

E-Mail Address

info@odesk.me

Phone

(+84) 28 3636 7951

Hotline

(+84) 76 899 4959

Websites Development

React Developer: Everything that is there to learn about React and the ecosystem in 2020.

The intent of this guide is to give you an idea about the React ecosystem and to help guide your learning if you are confused. We have another roadmap on the Frontend Development that focuses on the frontend development if you are interested in that.

Also, please note that the list below is exhaustive, and the items are listed in no particular order. You don’t need to learn everything listed in the picture, however knowing what you don’t know is as important as knowing things.

Below you can find a chart demonstrating the paths that you can take and the libraries that you would want to learn to become a React developer. I made this chart as a tip for everyone who asks me, “What should I learn next as a React developer?”

Disclaimer

The purpose of this roadmap is to give you an idea about the landscape. The road map will guide you if you are confused about what to learn next, rather than encouraging you to pick what is hip and trendy. You should grow some understanding of why one tool would be better suited for some cases than the other and remember hip and trendy does not always mean best suited for the job

Resources

  1. Basics
    1. HTML
      • Learn the basics of HTML
      • Make a few pages as an exercise
    2. CSS
      • Learn the basics of CSS
      • Style pages from previous step
      • Build a page with grid and flexbox
    3. JS Basics
      • Get familiar with the syntax
      • Learn basic operations on DOM
      • Learn mechanisms typical for JS (Hoisting, Event Bubbling, Prototyping)
      • Make some AJAX (XHR) calls
      • Learn new features (ECMA Script 6+)
      • Additionally, get familiar with the jQuery library
  2. General Development Skills
    1. Learn GIT, create a few repositories on GitHub, share your code with other people
    2. Know HTTP(S) protocol, request methods (GET, POST, PUT, PATCH, DELETE, OPTIONS)
    3. Don’t be afraid of using Google, Power Searching with Google
    4. Get familiar with terminal, configure your shell (bash, zsh, fish)
    5. Read a few books about algorithms and data structures
    6. Read a few books about design patterns
  3. Learn React on official website or complete some courses
  4. Get familiar with tools that you will be using
    1. Package Managers
      • npm
      • yarn
      • pnpm
    2. Task Runners
      • npm scripts
      • gulp
  1. Webpack
  2. Rollup
  3. Parcel
  4. Styling
  1. CSS Preprocessor
    • Sass/CSS
    • PostCSS
    • Less
    • Stylus
  2. CSS Frameworks
    • Bootstrap
    • Materialize, Material UI, Material Design Lite
    • Bulma
    • Semantic UI
  3. CSS Architecture
    • BEM
    • CSS Modules
    • Atomic
    • OOCSS
    • SMACSS
    • SUITCSS
  4. CSS in JS
    • Styled Components
    • Radium
    • Emotion
    • JSS
    • Aphrodite
  5. State Management
    1. Component State/Context API
    2. Redux
  1. Async actions (Side Effects)
    • Redux Thunk
    • Redux Better Promise
    • Redux Saga
    • Redux Observable
  2. Helpers
    • Rematch
    • Reselect
  3. Data persistence
    • Redux Persist
    • Redux Phoenix
  4. Redux Form
  5. MobX
  6. Type Checkers
  1. PropTypes
  2. TypeScript
  3. Flow
  4. Form Helpers
    • Redux Form
    • Formik
    • Formsy
    • Final Form
  5. Routing
    • React-Router
    • Router5
    • Redux-First Router
    • Reach Router
  6. API Clients
  7. REST
  1. Fetch
  2. SuperAgent
  3. axios
  4. GraphQL
    • Apollo
    • Relay
    • urql
  5. Utility Libraries
  1. Lodash
  2. Moment
  3. classnames
  4. Numeral
  5. RxJS
  6. ImmutableJS
  7. Ramda
  8. Testing
  1. Unit Testing
    • Jest
    • Enzyme
    • Sinon
    • Mocha
    • Chai
    • AVA
    • Tape
  2. End to End Testing
    • Selenium, Webdriver
    • Cypress
    • Puppeteer
    • Cucumber.js
    • Nightwatch.js
  3. Integration Testing
    • Karma
  4. Internationalization
  1. React Intl
  2. React i18next
  3. Server Side Rendering
    • Next.js
    • After.js
    • Rogue
  4. Static Site Generator
    • Gatsby
  5. Backend Framework Integration
    • React on Rails
  6. Mobile
    • React Native
    • Cordova/Phonegap
  7. Desktop
    • Proton Native
    • Electron
    • React Native Windows
  8. Virtual Reality
    • React 360

Wrap Up

If you think the roadmap can be improved, please do open a PR with any updates and submit any issues. Also, I will continue to improve this, so you might want to star this repository to revisit.

Contribution

The roadmap is built using Draw.io. Project file can be found at /src directory. To modify it, open draw.io, click Open Existing Diagram and choose xml file with project. It will open the roadmap for you. Update it, upload and update the images in readme and create a PR (export as png).

  • Open a pull request with improvements
  • Discuss ideas in issues
  • Spread the word

Please note that the list is opinionated, and you might have different opinions than those of the author. Having said that, we would love to hear your opinions and incorporate them in the picture if suitable.

Source: roadmap

Author

oDesk Software

Leave a comment