- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3
Open
Description
http://facebook.github.io/react/blog/2014/10/16/react-v0.12-rc1.html
눈에 뜨는 변화들을 써보자면요,
- JSX Spread operator ...으로 dynamic하게 값 넘기는 것이 가능해짐.
    var myProps = { a: 1, b: 2 };
    return <MyComponent {...myProps} />;- @jsxpragma 안 써도 된다
- props.key와- props.ref가 자바스크립트 VM에서 JIT성능이 떨어지는 문제로 ReactElement 쪽으로 이동 (본문에서 썼듯- someElement.props.key -> someElement.key)
- React.renderComponent -> React.render
- html 엘리먼트 화이트리스팅이 힘드니 이제부터 jsx에 소문자로 쓰면 html으로 간주하는 컨벤션 적용
Metadata
Metadata
Assignees
Labels
No labels