StateObject 출처: https://developer.apple.com/documentation/swiftui/stateobject ObserevedObject 출처:https://developer.apple.com/documentation/swiftui/observedobject/wrapper EnvironmentObject 출처:https://developer.apple.com/documentation/swiftui/environmentobject Apple Developer Documentation developer.apple.com Apple Developer Documentation developer.apple.com 주의: 철저하게 개인 이해용입니다. StateObject, Observ..
출처: https://developer.apple.com/documentation/swiftui/app Apple Developer Documentation developer.apple.com 주의: 철저하게 개인 이해용입니다. Swift UI를 공부하기 위해 Apple Developer Documentation을 읽어보자. Declaration "앱의 구조와 행동에 대한 정의" - A type that represents the structure and behavior of an app. Overview 앱을 만드는 것은 App protocol을 준수하는 structure를 정의하는것입니다. 필수적으로 body를 구현하세요 이것은 앱의 컨텐츠를 정의하는 속성을 computed합니다. App protoc..
일렉트론이란? 일렉트론은 프레임워크다 데스크톱 어플리케이션을 만들기위한 자비스크립트, HTML, CSS를 통해. Chromium그리고 Node.js를 바이너리에 포함하여 일렉트론은 하나의 자바스크립트 코드베이스를 유지하고 macOS, Windows, Linux에서 동작하는 크로스 플랫폼 앱을 만들 수 있게 해줍니다. 전제조건 이 문서는 당신이 Node.js와 general web에 대해 익숙한 개발자임을 전제로합니다. 만약 당신이 필요하다면 아래 resource를 먼저 보고오기를 추천합니다. Getting started with the Web (MDN) Introduction to Node.js Getting started with the Web - Learn web development | MDN Ge..