Ian Park
Ian Park
Yes. I know. However, that has the disadvantage of writing the all `Query` in `schema.graphql`. My point is to write `Query` in individual entity schema to fulfill separation of concern.
줄바꿈 옵션에 대해서는 [linebreak-style](https://eslint.org/docs/rules/linebreak-style) 옵션으로 확인할 수 있는 것 같아요. > ["linkbreak-style": "error"](https://github.com/naver/eslint-config-naver/blob/master/rules/style.js#L80) 다만 문서를 참고해보면, git 에서 자동으로 LF -> CRLF 로 바꾸는 작업을 수행한다고 하는데.. 이 부분은 저장소...
@namvoeh How can you render your component? Rendering based on condition like `{ condition && }` usage may occur that error in runtime. Here are [expo code](https://snack.expo.io/@ianpark/falsy-values-in-react-native). Cause is empty...
[`apollo-link-timeout`](https://github.com/drcallaway/apollo-link-timeout) is not flexible as @helfer mentioned. I think `timeout` value should be dynamic. How can we handle timeout as best way? 🤣 _**example query**_ ```tsx ... ```
@xiaoyann Since `[email protected]`, they [allow multiple destructive indexes in iOS](https://github.com/facebook/react-native/pull/18254#issue-173513443). they support `int or array of ints` interface. I think it also works in `react-native-actionsheet` depending on `react-native` version. this...
공백 라인 관련하여, 두가지 정도 유용한 extension 제보합니다 😃 ## [Blank Line Organizer](https://marketplace.visualstudio.com/items?itemName=rintoj.blank-line-organizer) - 여러줄의 연속된 공백을 한줄의 공백으로 변경 ## [empty-indent](https://marketplace.visualstudio.com/items?itemName=DmitryDorofeev.empty-indent) - 공백 라인에 포함된 들여쓰기 자동 제거