Building a Cross-Platform Web and Mobile App from the Ground Up
1–10 of 32 posts
Re: Building a Cross-Platform Web and Mobile App from the Ground Up
#2> 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!
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
#4We 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
#5Do farmers really use apps?
Re: Building a Cross-Platform Web and Mobile App from the Ground Up
#6> 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.
Re: Building a Cross-Platform Web and Mobile App from the Ground Up
#7Do farmers really use apps?
Hopefully you are joking. Farming was high-tech before a lot of other professions were.
Re: Building a Cross-Platform Web and Mobile App from the Ground Up
#8Do farmers really use apps?
Farmers are business owners. They definitely use Excel or other computer apps to keep on top of everything.
Re: Building a Cross-Platform Web and Mobile App from the Ground Up
#9Do farmers really use apps?
Better than using Excel which is what many currently use.
Re: Building a Cross-Platform Web and Mobile App from the Ground Up
#10This talk at Nextjs Conf explores cross platform solutions for common issues like routing, styling and animation. Found it to be quite helpful!