Started learning ReactJS today and learned a lot, Below are some of the terms that I need to familiarize to help me with my reactjs development.
- JSX
- Virtual DOM
- React.createClass
- React.render
- State
- getInitialState
- props
- propTypes
- getDefaultProps
- Component Life Cycle
- componentWillMount
- componentDidMount
- componentWillReceiveProps
- componentWillUnmount
- Events
- onClick
- onSubmit
- onChange
I still need to repeat the whole process just to be comfortable with the new js framework. There's still a lot of learning to do but I'm willing to take small teps to master it.
Ref. Links
http://tylermcginnis.com/reactjs-tutorial-a-comprehensive-guide-to-building-apps-with-react/