aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/progressive_web_apps/developer_guide/index.html
blob: 79d2859352e09262130b97c8ac49120df9c77ca9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
title: PWA developer guide
slug: Web/Progressive_web_apps/Developer_guide
tags:
  - Applications
  - Apps
  - Developer Guide
  - Landing
  - NeedsTranslation
  - Offline
  - PWA
  - Persistent
  - Progressive web apps
  - TopicStub
  - Web
  - progressive
translation_of: Web/Progressive_web_apps/Developer_guide
---
<p>{{draft}}</p>

<p><span class="seoSummary">In the articles listed here, you'll find guides about every aspect of development specific to the creation of progressive web applications (PWAs).</span> For all other documentation about web development, which generally pertains to PWAs as well, see our primary <a href="/en-US/docs/Web">web development documentation</a>.</p>

<p><strong>---&gt;&gt;&gt; Titles below are just for the list; give articles good SEO names and feel free to tweak those and this as needed... &lt;&lt;&lt;---</strong></p>

<div class="row topicpage-table">
<div class="section">
<h2 class="Basics" id="Web_app_basics">Web app basics</h2>

<dl>
 <dt>Introduction and getting started with PWA development</dt>
 <dd>some description</dd>
 <dt><a href="/en-US/docs/Web/Progressive_web_apps/Developer_guide/Installing">Installing and uninstalling web apps</a></dt>
 <dd>An introductory guide to how a web app can be installed on the user's device...</dd>
 <dt>Using service workers to run offline</dt>
 <dd>description</dd>
 <dt>Alerting the user using notifications</dt>
 <dd>description</dd>
 <dt>Creating a web app from an existing site</dt>
 <dd>description</dd>
</dl>

<h2 id="Advanced_topics">Advanced topics</h2>

<dl>
 <dt>Pushing data from the server to your web application</dt>
 <dd>some description</dd>
 <dt>Resource management</dt>
 <dd>description</dd>
 <dt>Integration with the host device</dt>
 <dd>description</dd>
 <dt>Security and privacy</dt>
 <dd>description</dd>
 <dt>Gaming topics for web app developers</dt>
 <dd>description</dd>
</dl>
</div>

<div class="section">
<h2 class="Polishing" id="Polishing_web_apps">Polishing web apps</h2>

<dl>
 <dt>Web API equivalents for common native APIs</dt>
 <dd>some description</dd>
 <dt>Platform-specific tips and issues</dt>
 <dd>description</dd>
 <dt>Web application performance guide</dt>
 <dd>description</dd>
 <dt>Ensuring a good user experience</dt>
 <dd>description</dd>
</dl>

<h2 class="landingPageList" id="Related_topics">Related topics</h2>

<dl>
 <dt>some topic</dt>
 <dd>some description</dd>
</dl>
</div>
</div>