반응형 분류 전체보기55 [Flutter] StatefulWidget 알아보기 상태 변화를 감지하는 기준이 되는 변수를 사용하여 상태 변화에 따라 어떠한 액션이나 형태를 바꿀 수 있는 위젯이다. 상태 변화는 State 내에서 setState를 통해 변경하고 이를 자동으로 감지하여 다시 그려준다. 공식 문서를 (번역하는 과정 중에 있다.) 읽어보는 것이 가장 빠르다. 원문 번역본 (w. papago) https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html StatefulWidget class - widgets library - Dart API A widget that has mutable state. State is information that (1) can be read synchronously when the wid.. 2022. 11. 16. Cognito **Lambda Function 내에서는 aws-sdk가 기본적으로 내장되어있다. 해당 문서는 아래 링크에서 확인해 볼 수 있다. https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS.html Module: AWS — AWS SDK for JavaScript The modular AWS SDK for JavaScript (v3), the latest major version of AWS SDK for JavaScript, is now stable and recommended for general use. For more information, see the Migration Guide and API Reference. Module: AWS Defined in.. 2022. 10. 20. 나를 위한 AWS 기록 Lambda Function 에서 AWS가 아닌 다른 외부 모듈을 사용하고 싶을 때. 더보기 https://docs.aws.amazon.com/ko_kr/lambda/latest/dg/nodejs-package.html#nodejs-package-dependencies .zip 파일 아카이브를 사용하여 Node.js Lambda 함수 배포 - AWS Lambda 이 페이지에 작업이 필요하다는 점을 알려 주셔서 감사합니다. 실망시켜 드려 죄송합니다. 잠깐 시간을 내어 설명서를 향상시킬 수 있는 방법에 대해 말씀해 주십시오. docs.aws.amazon.com 위 링크를 참조하자. Make S3 Bucket Public 더보기 구글링을 하다보면 S3 해당 버킷으로 가서 작업 - 퍼블릭으로 만들기 를 누르라는.. 2022. 10. 14. [React] Fullpage jQuery 를 통해 이용하기. 라이센스를 사야하기 때문에 방법을 찾아보다가 알게되었으며 중간에 오류가 있어 기록을 남긴다. https://velog.io/@juunini/react%EC%97%90%EC%84%9C-fullpage-v2-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0 react에서 fullpage v2 사용하기 별거 아닐 줄 알았는데 webpack 설정까지 가는 험난한 여정을 담은 fullpage 사용기 velog.io 사용법은 위 링크에 잘 설명되어있다. 1. 필요한 모듈 설치 1 2 yarn add fullpage.js@2.9.6 jquery yarn add -D @types/jquery cs 2. webpack.config.js 수정 1 2 3 4 5 6 7 8 9 10 11 12 13 14 /*.. 2022. 8. 24. [React] React + Typescript + SCSS + Webpack + Babel 래퍼런스 참고용. https://velog.io/@_uchanlee/%EB%A6%AC%EC%95%A1%ED%8A%B8-%EC%9B%B9%ED%8C%A9%EC%9C%BC%EB%A1%9C-%EA%B0%9C%EB%B0%9C-%ED%99%98%EA%B2%BD-%EA%B5%AC%EC%B6%95%ED%95%98%EA%B8%B0without-CRA#%EB%AA%A9%EC%B0%A8 리액트 웹팩으로 개발 환경 구축하기(without CRA) 지인의 블로그를 보다가 충격적인 사실을 발견했다."내가 회사에 가서도 CRA를 통해 개발할까? " 🤔에 대한 답변이 X(아니?) 라는 사실이였다. 몇개월 뿐이지만 리액트를 공부한 시점부터 현재까 velog.io https://velog.io/@eamon3481/React-TypeS.. 2022. 8. 4. [React] Useful Third Party Library 유용한 리액트(React) 라이브러리 정리 etc) https://www.w3schools.com/ W3Schools Free Online Web Tutorials W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more. www.w3schools.com https://developer.mozilla.org/ko/ MDN Web Docs The MDN Web Docs site provides information .. 2022. 7. 14. [React-Native] XML to JSON 공공데이터 포털을 사용하여 데이터를 받아오는데 JSON이 아닌 XML으로만 받을 수 있어서 이를 JSON으로 변환하기 위한 방법을 찾아보았다. https://github.com/connected-io/react-native-xml2js GitHub - connected-io/react-native-xml2js: XML to JavaScript object converter. XML to JavaScript object converter. Contribute to connected-io/react-native-xml2js development by creating an account on GitHub. github.com 검색 결과 위 도구를 사용하기로 했다. Install 1 2 3 npm install.. 2022. 2. 10. [React-Native] fetch [TypeError: Network request failed] 오류 React Native 에서 공공데이터 포탈의 API를 이용하려다 발생한 오류이다. [TypeError: Network request failed] 기본적으로 http 요청을 막아놓아서 발생한 오류로 판단된다 IOS /ios/Pods/Info.plist ... NSAppTransportSecurity NSAllowsArbitraryLoads ... 2022. 2. 9. [React Native] Redux 개발환경... 더보기 System: OS: macOS 11.1 CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 2.10 GB / 32.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 17.3.1 - /usr/local/bin/node Yarn: Not Found npm: 8.3.1 - /usr/local/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman Managers: CocoaPods: 1.11.2 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: iOS 14.5, DriverKit 20.4, macOS 11.3, tvOS 14.5, .. 2022. 1. 17. [Android Studio] Connect Device With Wi-fi 와이파이로 안드로이드 기기 연결하기 1. in terminal cd AndroidSDKLocation/platform-tools ex) cd /Users/sanghyun/Library/Android/sdk/platform-tools 2. USB로 단말기기 연결하기 3. adb devices 4. 네트워크 모드로 변경 adb tcpip 5555 5. 설정 - 연결 - Wi-Fi - 현재 네트워크 설정 에 들어가서 ip주소 알아내기. 6. 단말기 연결 끝 USB 연결 해제하고 무선으로 사용~ 2021. 10. 3. 안드로이드 폰트 스케일링 끄는 법(Disable FontScaling [React Native] 출처 https://stackoverflow.com/questions/35964078/how-to-disable-font-scaling-in-rn-for-android/44453017 How to disable font scaling in RN for Android? Simply using allowFontScaling={false} fixes this on iOS, but I'm unsure how to set this on Android. Also, for anyone that's not familiar with RN and is coming here from the Android tag, I don't th... stackoverflow.com Please Update ManiApplication... 2021. 7. 30. [React-Native] 도움이 되는 사이트 https://www.reactnative.express/ React Native Express The all-in-one guide to React Native www.reactnative.express React Native 로 할 수 있는 기본적인 UI 표현법(?) 을 배울 수 있다. https://reactnavigation.org/. React Navigation | React Navigation Routing and navigation for your React Native apps reactnavigation.org React Native Navigation 으로 화면 이동을 다룰 수 있다 React의 Router와 같은 역할이다. 2021. 5. 10. 이전 1 2 3 4 5 다음 반응형