FrontEnd Development
28.4K subscribers
144 photos
1 video
8.36K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile и многое другое.

Администратор: @andrey2019
Download Telegram
Avoid 100vh On Mobile Web

If you’re using viewport units in CSS to style an element to take up the full screen height (using height: 100vh), you may want to reconsider. David points out that this technique is “broken in a subtle but fundamental way on mobile”, and recommends an alternative approach using JavaScript. - http://amp.gs/q97t

#mobile #web
Getting Beyond "Works Offline"

Breaking down offline capability for modern web apps. - http://amp.gs/qcC9

#mobile
The Web Almanac 2019: Mobile Web

This is a comprehensive report on the state of the web as a whole. We’ve linked up the chapter focusing on the mobile web, but the entire document is worth digging into. - http://amp.gs/sQ6E

#mobile #web
Lessons Learned Migrating a Production App to Flutter

Highlights a few lessons “learned the hard way”, with advice to help you be more effective in your next Flutter project. - http://amp.gs/JnWR

#mobile #flutter
Is Apple Trying to Kill PWAs?

Any time Apple releases something there is always some noise about it. As mentioned in last week’s issue, this time it’s in regards to browser storage and data deletion after seven days. Here’s a break down of this and what it really means for developers.- http://amp.gs/KXJp

#mobile #pwa
From Idea to 1M Users in A Week with Expo

The VP of Engineering at Zoe (a nutritional science company), talks about how they went from concept to completion, building a COVID-19 Symptom Tracker in a week with a small team of volunteers. - http://amp.gs/3vdl

#mobile #expo
How To Make Your PWA Offline On Demand

Allow your users to control when their PWA is in offline mode or not. - http://amp.gs/HOMV

#pwa #mobile
Local Testing on an iPhone

You should be testing on a real-world mobile device, so here’s a nice and quick way to get your localhost server running on an iPhone with the help of ngrok. - http://amp.gs/2Cjf

#mobile #testing
Flutter Vs React Native Vs Xamarin

The ‘big fight’ between Flutter, Xamarin and React Native for building cross-platform apps is making developers weigh up their various pros and cons. - http://amp.gs/2veG

#mobile #reactnative #flutter #xamarin
Track Your (Android) Smartphone in Physical Space with JavaScript

In this tutorial, we will be utilizing the Generic Sensor API to turn your smartphone into a pointer with real-time tracking. - http://amp.gs/wmqm

#mobile #javascript
Flutter vs Native vs React Native: Deep Performance Comparison

A comparison between popular mobile development tools, looking at how FPS, CPU, memory, and GPU performance stack up in common tasks. - http://amp.gs/FG9v

#flutter #reactnative #native #mobile
TestFlight Forever: Developers Are Building A Better World Outside The App Store

“This club has everything: Cool unreleased apps. Hardly any rules. Endless mystery and tech cred for those who get in”. - http://amp.gs/Xqck

#mobile
The Reality of Using AR in Mobile Apps in 2020

Explore the pros, cons, and valid use cases for using augmented reality (AR) in your mobile app development. - http://amp.gs/LN9x

#mobile
App Store & Google Play: Submission Checklist

David shares his checklist of the basics for submitting your app to both the App Store and Google Play. - http://amp.gs/abLC

#mobile
Inspecting & Debugging Mobile Sites On Real Devices

There are a multitude of tools, emulators and other solutions available to help you test and diagnose mobile issues. This post takes a look at a few options available to you. - http://amp.gs/ourU

#debugging #mobile #web
12 Frameworks for Hybrid Mobile Apps

The hybrid landscape has evolved a fair bit over the past couple of years. This post looks at a dozen different hybrid mobile app frameworks that can help you build hybrid apps with a native look and feel (using the power of JS). - http://amp.gs/ocXq

#mobile #frameworks