Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.37 KB

File metadata and controls

24 lines (19 loc) · 1.37 KB

Learn Reactjs

A JavaScript library for building user interfaces.

Main Docs: reactjs.org/docs

Background

  • Built in JavaScript. Nobody knows what that is.
  • ES2015 or ES6
  • Modular: a software design technique that emphasizes separating the functionality of a program into independent, interchangeable modules Source
  • Declarative
  • It's not a "framework", as the library is only used to create the User Interface, or the View layer (for web or mobile applications)

Environment

Key points

  • Reactjs is a JavaScript library
  • Uses JSX (JavaScript syntax extension)
  • Introductory tutorial building a tic-tac-toe game
  • Codeacademy course

Debugging