FrontEnd Development
30.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
Build an Infinite Scroll component using Intersection Observer API

When building applications you often come across the case where you need to design a list or search interface for the user. - http://bit.ly/2Lg2Tt2

#vue
Fitting Text to a Container

Having an incredibly large heading text that completely fills the container has been a bit of a trend in recent times. I quite enjoy the look and have tended to use FitText to get it to work with different length headings, here are a few more options from Chris. - http://bit.ly/2umjLYI

#css
Building Mobile Apps with Capacitor and Vue.js

Learn how to use Capacitor and cutting-edge web technologies such as Vue.js and Ionic 4 web components to build cross-platform mobile apps for Android and iOS. - http://bit.ly/2NfaVmx

#vue
ES2017 Object and String Extensions

Covering Object.entries, Object.values, Object.getOwnPropertyDescriptors, String.padStart and String.padEnd. - http://bit.ly/2uoeq2Z

#javascript #es2017
How CSS works: Creating layers with z-index

I was working on a demo this week and had to bring some text in front of an image. I had placed a z-index on the image (along with some other rules) but couldn’t get it to layer properly until I added some positioning to it. This tutorial goes into further details about what to remember when it comes to layering things on the z index. - http://bit.ly/2Lhhapk

#css
Would Airbnb Have Fared Better With NativeScript Instead of React Native?

TJ VanToll walks through Airbnb’s complaints with React Native, and offers thoughts on how some of those same problems could’ve been handled in NativeScript. - http://bit.ly/2mexRH3

#reactnative #nativescript
Getting the Whole Picture on Progressive Web Apps

Following a few years of steady and relatively silent growth, a look at how Progressive Web Apps have really started taking off. - http://bit.ly/2LjcYtr

#pwa
A React/Redux Style Guide

“This is a working set of guidelines for developing React applications. We say ‘guideline’ because there are no hard-and-fast rules; best practices, patterns and technology change over time, so we consider this a living set of style guides.” - http://bit.ly/2OaA5Ef

#react #redux
Testing Node.js in 2018

Stream powers feeds for over 300+ users and their team is keen on testing well. Here they share what Node tools and packages they use. - http://bit.ly/2A24dys

#nodejs
Build a React Native App and Authenticate with OAuth 2.0

Learn how to use React Native and AppAuth to create a native mobile app that authenticates with Okta. - http://bit.ly/2Ne2nw4

#reactnative