A web engineer with two and a half years of work experience will consider which language to use when implementing a native app for the first time.
The programming languages I have experienced so far are Ruby / Python / JavaScript, and the frameworks are Rails / Djnago. Originally, I changed my job from non-science to engineer, so the basics are pretty good. I have overcome many sites with enthusiasm. This time I decided to post an article to deepen my knowledge.
--Applications that run on web browsers (Chrome, Safari, Firefox, etc.). --Operates independently of the OS. Therefore, development for each platform is unnecessary. --Work in an online environment. --No hassle of downloading. --The influx of search, SNS, and direct (direct URL) is expected, and the channel is wide.
--Applications that run on each device (native environment) such as smartphones and tablets. --Depends on the OS. Needs development and adjustment for each platform. --Fast operation. --Push notifications and local notifications are possible. --If you use the billing system, the fee is 30%. --It works even in an offline environment. (Except where communication is required) --Need to download to your device. --Channel is only App Market (App Store / Google Play). --Releases and updates are subject to review and take time. (24-48h)
JavaScript(React/Next) + Ruby(Rails) --The front end is JavaScript (React / Next), and the back end is Ruby (Rails). ――When considering the deployment to native applications, React is good (?) For the JavaScript library instead of Vue. ――When specializing in Web applications, Ruby has a lot of libraries (gems) and information.
JavaScript(React/Next) + Python(Django) --The front end is JavaScript (React / Next), and the back end is Python (Django). ――When considering the deployment to native applications, React is good (?) For the JavaScript library instead of Vue. --Python is especially good when the need for numerical calculations is expected.
--Development suitable for the OS is possible. ――It's difficult because development and management are required for each OS.
Recommended Posts