FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
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
Writing IE-Friendly CSS Grid Code

Want to lean on CSS Grid but not get in trouble for abandoning Internet Explorer 11 users? Using Autoprefixer and keeping some rules in mind will help you get there. - http://bit.ly/2mC3GJY

#css
Build a Realtime Serverless GraphQL API with WebSockets on AWS - http://bit.ly/2LihcRI

#nodejs #graphQL #websocket #aws
An Extensive, Curated Set of React/Redux Tutorial Links

A golden oldie that continues to get frequent additions and updates. - http://bit.ly/2zZkbcB

#react