Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 2.83 KB

README.md

File metadata and controls

38 lines (31 loc) · 2.83 KB

Front End (ReactJS) Developer Learning Path

updated: Feb 06, 2018

General Requirements

  • Register on RenderForest.com create at least 10 videos, get familiar with platform, explore as much as you can, prepare questions and suggestions on how to improve our website.
  • Basic understanding of HTML/CSS (learn)
  • Have already read this (A re introduction to JavaScript)
  • Basic working knowledge of JavaScript
  • CS Related university grad or 3rd course or above.

General JavaScript Knowledge

  • Git / github - or Bitbucket (learn)
  • Basic understanding of
    • NodeJs npm (npm install, uninstall, --save …)
    • Webpack (learn) (learn)
    • Asynchronous functions (learn)
    • Promises (learn) (learn)
  • Be familiar with
  • General Help - (learn)

For Front-End (ReactJS) development.

  • Do any small project on ReactJS, understand the component lifecycle.
  • (state), (component)
  • Get familiar with redux (learn)
  • FlowType - read a bit about static type checking in JavaScript and watch these videos

Additional Topics To Study