Jaeho Lee (Jay)

Results 6 issues of Jaeho Lee (Jay)

`simple-html-tokenizer` has some problem. First of all, it does not understand HTML and SVG namespace and elements correctly (which makes us to expand self-closing tag manually via regex) Secondly, it...

type: Feature

The most of missing React imports are type definitions, but it triggers lint errors in the projects I work on.

- it seems typo was fixed in #341, but some constants were left unfixed.

여기에 써 봅시다. Freenode 리액트 챗: https://botbot.me/freenode/reactjs/

아마 10~20개 정도의 소량으로 진행하지 않을까 싶은데, 여쭤보니 http://www.marpple.com/ 같은 곳이나 후아유 같은 곳에서도 해줄 거라고 합니다.

http://facebook.github.io/react/blog/2014/10/16/react-v0.12-rc1.html 눈에 뜨는 변화들을 써보자면요, - JSX Spread operator `...` 으로 dynamic하게 값 넘기는 것이 가능해짐. ``` JSX var myProps = { a: 1, b: 2 }; return ; ```...