Quantcast
Channel: Telerik Blogs
Viewing all articles
Browse latest Browse all 5210

GIF Guide: Creating a Progressive Web App with React and Kendo UI

$
0
0

In this GIF Guide, Tara Manicsic walks you through the steps necessary to create a Progressive Web App (PWA) with React and Kendo UI.

What is a Progressive Web App?

Progressive Web Apps (PWAs) are getting more and more attention for good reason. They utilize modern web technologies to make your app more engaging and reliable for your users. These are technologies like service workers and app manifest files. Service Workers are JavaScript files that utilize different APIs like service worker, cache and push APIs. An App Manifest is simply a JSON file that lets the browser know how to display your application. This includes if the app is displayed full-screen (i.e. removing the browser chrome so only the app can be viewed) and choosing the icon to display on a home screen if the user chooses to install your app to their device. You can check out my talk, PWA All the Things, or this article series from Raymond Camden.

In this project we'll create a React PWA using the create-react-app(Continue reading at telerik.com)


Viewing all articles
Browse latest Browse all 5210

Trending Articles