|
|
|
|
|
by yingw787
2198 days ago
|
|
PWAs are going in that direction, but they don't have access to native storage, notifications, and other stuff. They're still mostly webapps, which is great for portability but not great for mobile UI/UX. I want the "native-ness" of React Native (or really, true native) combined with the flexibility of a webapp. Reduce mobile down to another build target, but still not give up access to native APIs. |
|