
React Training
A beginners course to learn what React is about
Declarative
Declarative views make your code more predictable and easier to debug
Component-Based
Build encapsulated components that manage their own state, then compose them to make complex UIs
Learn Once, Write Anywhere
React can also render on the server using Node and power mobile apps using React Native
# Prerequisites
- Basic knowledge of programming
- Prepare your dev environment and install stuff before the session (see Tooling section)