Created
November 7, 2017 14:47
-
-
Save Whistler092/b7693119759bd7c8ad298cc31135688a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Movile Web Vs Native Apps | |
Native Apps | |
87% | |
- Push Notifications vuelve a atraer a los usuarios | |
- Icono en el Home Screen hace el acceso facil | |
- Acceso a caracteristicas nativas del dispositivo como la camara | |
- Posibilidad de trabajar offline | |
Dificultad de hacer aplicaciones nativas | |
Aprender 2 lenguajes diferentes. | |
Pero encontrar a la app es dificil, | |
el 80% de las personas solo descarga el top 3 de apps, | |
el resto se pierde | |
Traditional Web Apps | |
13% | |
- Muy limitadas para hacer uso de caracteristicas del sistema. | |
- Tiene un alto alcance, está en la Web, no hay un top 10. | |
Progressive Web Apps | |
- Tiene acceso a caracteristicas del sistema operativo | |
- Tiene un alto alcance, está en la Web | |
app.ft.com | |
SPA and PWA | |
SPA | |
Powered by JavaScript | |
Highly Reactiev (To User Input) | |
Only have one HTML File to send to browser | |
PWA | |
Uses a lot of JavaScript (Pero trabaja sin el) | |
tiene como objetivo tener una alta reactividad | |
Trabaja con multiples archivos | |
Uno puede usar PWA en SPA, pero también en cualquier otro tipo de App |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment