-
## 어느 게시물에 대한 이슈인가요? URL을 적어주세요.
https://item4.github.io/2016-02-23/The-Weirdness-of-PHP-Culture/
## 이슈의 종류를 알려주세요. (질문/게시물 오류/오탈자/기타)
기타
## 남기고자 하는 말씀을 최대한 상세히 적어주세요.
제목은 이상한 문화인데 내용은 php는 나쁘다 네요.…
-
It is for sure one linked to the other, but what are the reasons for reactjs using fbjs at it's core?
I can't see any way both of them need to co-exist, unless there is a base code for them that is s…
-
`Pixel art drawing web app powered by **ReacJS**`
-
Hi,
I tried as below
```
const Images = new FilesCollection({
......
onAfterUpload: function( fileRef ) {
const cropName = fileRef.path + "__thumbnail__.jpg"
Imagemagick.crop({
…
-
I've been looking at react-native, to see how it would be incorporated into WinRT.
In the iOS code, the ListView component (which is an iOS TableView) has a `renderRow` property, which points to a fun…
-
I am working on reactjs for a while, using facebook unit test tool http://facebook.github.io/jest
it's async testes sucks, I like mocha very much and using it test the nodejs code.
So i am thinking…