https://allthingssmitty.com/2020/05/11/css-fix-for-100vh-in-mobile-webkit/

CSS fix for 100vh in mobile WebKit

Not long ago there was some buzz around how WebKit handles 100vh in CSS, essentially ignoring the bottom edge of the browser viewport. Some have suggested avoid using 100vh, others have come up with different alternatives to work around the problem. In fact, this issue goes further back a few years when Nicolas Hoizey filed a bug with WebKit on the subject … Read more

https://codyhouse.co/tutorials/immersive-section-transition-effect

Immersive Transition Effect

Dependencies CodyFrame (CodyHouse front-end framework) Tutorial We can start creating two block elements, one used for a media item (e.g., video/image) and the other for generic content. During the scrolling, the media element should get fixed once it reaches the center of the viewport. From that point on, it should scale up to animate in a … Read more

https://medium.com/swlh/5-things-you-can-do-to-prepare-for-vue-3-0-444ee70588ef

5 Things You Can Do to Prepare For Vue 3.0

In 2019, Vue has had a crazy rise in popularity. Its number of weekly downloads doubled from 600K to 1.2M. The highly-anticipated Vue 3.0 — the next iteration of this framework — is scheduled to be released some point in Q1 of 2020. There are a ton of efficiency, syntax, and optimization changes that are planned … Read more