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
Comments
Post a Comment