Vibecoding native apps has gotten really good
好的,我现在需要帮用户总结一篇文章的内容,控制在100字以内。用户给的文章是关于作者用周末时间开发了一个名为Palate的原生应用,用于记录美食体验。文章详细描述了开发过程中的技术选择和工具,比如React Native、Expo Router、Codex等,以及这些工具如何帮助他快速完成应用开发。 首先,我需要确定文章的核心内容。作者主要讲述了使用现代工具和技术在短时间内成功开发了一个复杂的原生应用,并强调了这些工具的进步和效果。因此,总结应该包括应用名称、功能、使用的工具以及开发效率。 接下来,我要控制字数在100字以内,这意味着需要简洁明了地表达这些要点。可能的结构是:开发者周末开发Palate应用,用于记录美食体验,使用React Native和Expo Router等技术,快速实现功能如照片分类、餐厅识别等,并强调了工具的进步使开发变得高效。 最后,确保语言流畅自然,不使用任何开头词如“这篇文章”或“内容总结”,直接描述文章内容。 </think> 作者周末用React Native和Expo Router开发了一款名为Palate的美食追踪应用,通过Codex快速实现照片分类、餐厅识别等功能。现代工具的进步使原生应用开发变得高效且接近完美。 2026-2-2 03:34:3 Author: blog.jonlu.ca(查看原文) 阅读量:1 收藏

I spent a weekend vibecoding a small native app called Palate - a fine dining tracker for tasting menus, restaurants, and personal notes. For years I've had a clear idea in my mind of the features that would make a product like this great:

  • cluster your photos by time and location
  • cross referencing your calendar with the photos to identify potential restaurants
  • use the on device ML to identify dishes and food
  • have an offline list of fine dining restaurants that you can compare GPS coordinates against

image

For a long time this felt like too complex a project to actually work on - it's something I wanted to exist, but it wasn't worth the time to actually go out and build it. I decided to give it a shot again this weekend because of how good Codex has gotten, and because I've been following the progress of React Native and Expo Router for a while now.

I was blown away at how good it has gotten - install the expo and vercel skills in your project, set codex to 5.2 xhigh, and let it rip. It was just incredible how well it worked. I was able to get a fully functioning app with native modules, navigation, and state management in just a few hours.

I gave it the directive to build a stats page with statistics it would find interesting and it did most of the product work for me. There were small visual issues here and there, but the speed of iteration was incredible.

image

I would highly recommend people with prior negative experiences of React Native try React Native and Expo again. Things were pretty rough at the start, but sometime in the last year or so things really clicked. I can honestly say that the apps feel truly native at this point. The file‑based routing model maps perfectly to small apps, and it made iterating on screens feel almost like shipping a web app with a native polish.

Codex made writing the native modules for iOS trivial. I'm a pretty horrible Swift engineer, and the native code seemed like the most daunting part of the project. But Codex made it easy to write clean, idiomatic Swift code that integrated perfectly with React Native. I was able to write modules for reading the photo library, accessing the calendar, and doing on device image classification in just a few hours, without really needing to look at the swift code itself.

The other surprise was how good native tabs + the React Compiler feel together. The app is running a few lists, some image grids, and a bunch of memoized state, and it still feels snappy. Transitions are instant, scroll is smooth, and everything feels like it was built in Swift.

Vibecoding has gotten scary good, and lets you ship native feeling apps in just a few days. This was my first native app fully vibecoded, and I don't really love a lot of the code smells. It feels overly verbose in places, and I think with more experience I could make it cleaner. But the fact that I was able to ship something this good in a weekend is a testament to how far the ecosystem has come.

You can find the code on GitHub.


文章来源: https://blog.jonlu.ca/posts/vibecoding-native-apps
如有侵权请联系:admin#unsafe.sh