Categories
Web Development

Offline-Friendly Forms | Max Böck – Frontend Web Developer

Forms on the web don’t usually play nice with bad connections. If you try to submit a form while offline, you’ll most likely just lose your input. Here’s how we might fix that. TL;DR: Here’s the CodePen Demo of this post. With the introduction of Service Workers, developers are now able to supply experiences on the web […]