Earlier quoted context omitted.
Sorry, just to clarify — I meant examples of services that "feel" nice to interact with in the app; not examples of what they can be used for.
I mean those 1st party integrations directly listed in WeChat services page are probably good examples of services that "feel" nice to interact, because they are used by millions of people everyday and they are need to optimized and polished to be able to serve millions of users. Here's a screenshot of the list, if you want to Google and check out some of them: https://imgur.com/a/KKEdliE
Hyperview – Native mobile apps, as easy as creating a website
41–50 of 150 posts
Re: Hyperview – Native mobile apps, as easy as creating a website
#42Earlier quoted context omitted.
I mean those 1st party integrations directly listed in WeChat services page are probably good examples of services that "feel" nice to interact, because they are used by millions of people everyday and they are need to optimized and polished to be able to serve millions of users. Here's a screenshot of the list, if you want to Google and check out some of them: https://imgur.com/a/KKEdliE
Minions of people use SAP daily that does not mean it's a nice thing to interact with.
Also, fixed typo!
Re: Hyperview – Native mobile apps, as easy as creating a website
#43"Serve your app as XML" As someone who started his professional career in 2005: All the old is new again.
JSON is same as XML.
Re: Hyperview – Native mobile apps, as easy as creating a website
#44Earlier quoted context omitted.
Sorry, just to clarify — I meant examples of services that "feel" nice to interact with in the app; not examples of what they can be used for.
I mean those 1st party integrations directly listed in WeChat services page are probably good examples of services that "feel" nice to interact, because they are used by millions of people everyday and they are need to optimized and polished to be able to serve millions of users. Here's a screenshot of the list, if you want to Google and check out some of them: https://imgur.com/a/KKEdliE
Re: Hyperview – Native mobile apps, as easy as creating a website
#45Not even a day after the post about HTMX not living up to its promise! There are only two certainties in life, death and frontend churn.
> frontend churn. Frontend churn hasn't been as much of a thing for years now, see e.g. https://2022.stateofjs.com/en-US/libraries/front-end-framewo... . If you stuck with Angular or React 10 years ago, you're still good today. jQuery is even older but still on 75% of websites ( https://w3techs.com/technologies/overview/javascript_library ), and Bootstrap is on nearly a quarter. Frontend churn is only a thing if you…
Re: Hyperview – Native mobile apps, as easy as creating a website
#46"Serve your app as XML" As someone who started his professional career in 2005: All the old is new again.
Re: Hyperview – Native mobile apps, as easy as creating a website
#47Re: Hyperview – Native mobile apps, as easy as creating a website
#48Any "app" framework that isn't offline-first seems broken by default to me. It seems ridiculous to me that client-server architecture is considered the easy thing now. Where did it all go wrong?
Re: Hyperview – Native mobile apps, as easy as creating a website
#49Earlier quoted context omitted.
Server components + RN + Expo.... Could it get any more pointlessly complicated?
This is a ReactNative app that consumes XML and maps it to ReactNative components, so you're still using those pointlessly complicated technologies, but through a proxy application that abstracts some of the complexity away ( https://github.com/instawork/hyperview?tab=readme-ov-file#hy... ). When you hit the boundaries of what Hyperview can do, you're going to need to dig into some of the details, but mayhaps you don…
Re: Hyperview – Native mobile apps, as easy as creating a website
#50Ah finally the Western tech ecosystem has caught up with WeChat/Alipay mini programs. https://developers.weixin.qq.com/miniprogram/en/dev/framewor... China had this DSL for building mobile apps for years. Those these apps are initially embedded inside WeChat/Alipay, there are now frameworks that allow it to run outside, like uniapp. https://en.uniapp.dcloud.io/
Those mini apps are built on the same web stack. I believe the main advantages of creating mini apps are that the platform provides identity (allowing you to know who the users are upon permission approval) and payment APIs.
There are also more architectural diagrams thst illustrate the layers in the links I posted in my original comment.