Skip to content

Instantly share code, notes, and snippets.

@chaance
Created March 12, 2021 17:29
Show Gist options
  • Save chaance/635c674346ac532af230ee2dd2041fc0 to your computer and use it in GitHub Desktop.
Save chaance/635c674346ac532af230ee2dd2041fc0 to your computer and use it in GitHub Desktop.

Prerequisites

For taking our Core Workshop, attendees should:

  • Carefully review the README in our workshop repository, particularly the section "What do I need to do before attending React Training" Checklist
    • Install and Setup outlines the software requirements for running the workshop lessons and exercises
    • We highly recommend enabling attendees to run software locally for the best experience
    • We highly recommend having attendees clone our repository, run all scripts outlined in the README, and working through potential issues before the workshop starts to reduce time spent on troubleshooting and eating into instruction time
    • We will be running the core-v2 course, so run scripts relevant to that when prompted (See Running the Course and Lesson Material)
  • Be comfortable writing and reading HTML
  • Be comfortable running Git commands and scripts from the command line
    • Instructor will use Oh My Zsh on MacOS, but users should be able to run our scripts from Linux or Windows (using PowerShell or WSL)
  • Be familiar with basic JavaScript syntax, including ES6
    • The concepts you should be comfortable with to understand React well and follow along with the workshop are outlined in this article
  • Have some exposure to JSX syntax
    • We cover JSX in depth in the workshop, but participants should at least have seen it and be able to understand how it relates to HTML

Reading Material

Newer to JavaScript or front-end concepts?

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