본문 바로가기
ios

MusicWave를 되살립니다(2)

by bluromangames 2022. 4. 30.

두번째 이야기 입니다.

프레임워크에 대한 이야기, 안 할 수가 없는 건 9년전 처음 앱을 만들었던 시대와 현재는 완전히 다르다는 얘기 인데요.

현재 모바일 앱 시장에서 잘 나가는 건 역시 #flutter #react 로 나눌 수 있을 것 같네요.

#플러터 는 구글에서 만들어 낸 대표적인 모바일 앱 #프레임워크 입니다. 

하니의 소스를 통해서 #안드로이드 와 #ios 에서 구동이 가능한 앱을 만들 수 있습니다. 그럼 왜 지금 와서 #플러터 를 얘기 하는 것이냐...는 질문이 남는데, 실은 이번에 업데이트를 하면서 #안드로이드 와 #ios 에서 구동 가능한 앱을 만들어서 시험해 보고 싶기 때문입니다. #플러터 나 #리액트 에 대한 개발자로서의 욕심도 있어서 일 겁니다.

 

 

Flutter - 가장 빠른 아름다운 네이티브 앱

Flutter(플러터)는 하나의 코드베이스로 모바일, 웹, 데스크톱에서 네이티브로 컴파일 되는 구글의 아름다운 UI 툴킷입니다. Flutter는 기존 코드와 함께 동작하고, 전세계 개발자와 조직에 쓰이고

flutter-ko.dev

 

GitHub - flutter/flutter: Flutter makes it easy and fast to build beautiful apps for mobile and beyond

Flutter makes it easy and fast to build beautiful apps for mobile and beyond - GitHub - flutter/flutter: Flutter makes it easy and fast to build beautiful apps for mobile and beyond

github.com

 

GitHub - Solido/awesome-flutter: An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.

An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more. - GitHub - Solido/awesome-flutter: An awesome list that curates the best Flutter libraries, tools, tuto...

github.com

일단 위 세가지를 기본으로 하면 될 거 같네요. 

#리액트 는 #페이스북 에서 만든 개발 #프레임워크 입니다. #스크립트 형식을 가지고 있어서 #웹프론트엔드 를 개발 하신 분들이라면 좀 더 편한 개발 워크 플로우를 가지는 장점이 있지만, 머 상관 있나요? 

 

React Native · Learn once, write anywhere

A framework for building native apps using React

reactnative.dev

 

GitHub - facebook/react-native: A framework for building native applications using React

A framework for building native applications using React - GitHub - facebook/react-native: A framework for building native applications using React

github.com

 

GitHub - jondot/awesome-react-native: Awesome React Native components, news, tools, and learning material!

Awesome React Native components, news, tools, and learning material! - GitHub - jondot/awesome-react-native: Awesome React Native components, news, tools, and learning material!

github.com

일단 기본 레퍼런스 들은 찾아 놓았으니 이제 공부를 해야 합니다. 기본적인 공부를 해야 하고요.