xaviervia / konferense2016

Konferense 2016 - UI Components workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improvements

xaviervia opened this issue · comments

  • Add the three reasons for React
    • It is really easy to read, looks like HTML
    • It favor a stateless approach in which you just give a blob of data and the resulting rendering is predictable
    • While there are many alternatives with different technical pros and cons, it's widely adopted by the community (Stack Overflow answers, support, documentation, libraries, etc)