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
Sass 3.5 Released
Sass now fully supports CSS custom properties, first class functions, bracketed lists, and the ::slotted pseudo-element. - https://goo.gl/AYadFA

#sass
Introducing npx: An npm Package Runner
npm 5.2 introduces a new binary alongside the usual npm: npx, a tool to simplify using CLI tools and other executables hosted on the registry -
https://goo.gl/vDc8E4

#nodejs #npm
The Main New Features of ES2017
The new features in the 8th edition of the EcmaScript specification including padStart, padEnd, Object.getOwnPropertyDescriptors and more. - https://goo.gl/RfThcw

#es2017 #javascript
Building Node APIs with Async/await and Firebase
Paul Breslin covers the typical use cases you’ll come across when creating RESTful API endpoints to read and write to a Firebase database instance. - https://goo.gl/ymMtHQ

#nodejs
An Intro to React Native for iOS Developers
A thorough high-level introduction to React Native and related concepts that I think is useful for all developers with mobile development experience. - https://goo.gl/7F2Wss

#reactnative
Building Better Backgrounds
Approaches to stacking CSS background images for improved readability, using object-fit and ES2015+. - https://goo.gl/4Vp8cp

#css
Generating Images in JS Without the Canvas API
for putting them into Android notifications locally. A powerful solution for a very specific situation, resulting in notably rich notifications. - https://goo.gl/w9aTC7

#javascript
Designing The Perfect Slider
A thorough guide to things you need to consider when creating ‘slider’ UI elements. - https://goo.gl/RTbG1B

#slider #ui