React Day1

Started with React finally. :) Just getting hands dirty. Theory and understanding will follow.

Main goal of React

help develop large apps which handle data that changes continuously over time. Whenever underlying data changes React automatically updates only the specified parts that have changed.

Starting with React.render()

requires:
  • a single component HTML element or custom component
  • the parent element to mount to
  • optional callback function
tried this and it works!!

Comments

Popular posts from this blog

Accessing Coursera learning material offline

d3 Collapsible tree vertical

Fixing $env.TOMCAT_HOME directory creation in eclipse