require-lx / community

The Javascript and Node.js meetup group in Lisbon

Home Page:http://meetup.com/require-lx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TALK: REACTivating the web

sergioramos opened this issue · comments

intro

Developed by Facebook, React is a Javascript library for building user interfaces.

description

Usually associated with its virtual DOM, React is also powerful because of its declarative style, lifecycle and non shared state: a React component describes its view at anytime. People usually find it odd because of JSX - that they eventually get used and learn to enjoy -, but it strongly encourages modularity and composition.


In this talk we are going to get introduced to the basic principles of React.