Live data from Hacker News

Building a Cross-Platform Web and Mobile App from the Ground Up

ambrook.com

1–10 of 32 posts

Re: Building a Cross-Platform Web and Mobile App from the Ground Up

#3

> On mobile, we generate a QR code that can be scanned by a phone running the Ambrook app to download and run the latest Javascript bundle live on the phone. This is awesome!

Thanks jrubinovitz! We tried to make it as easy as possible to do the right thing (QA + code review at once).

Re: Building a Cross-Platform Web and Mobile App from the Ground Up

#4
We do something similar across a React and a Next JS app. A little different because they are both web, but same principles of letting the clients do their own thing and having common backend logic.

Also just started looking around your site. This is actually a quality engineering blog! We're actively implementing stylized components in a manner similar to yours.

Re: Building a Cross-Platform Web and Mobile App from the Ground Up

#6
post #3

> On mobile, we generate a QR code that can be scanned by a phone running the Ambrook app to download and run the latest Javascript bundle live on the phone. This is awesome!

Thanks jrubinovitz! We tried to make it as easy as possible to do the right thing (QA + code review at once).

That's so important when you're shipping at startup speed and it's so tempting to just rush to the next thing. I am going to try this with my next cross platform app.
Post reply on HN