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
How To Create an Audio/Video Recording App with React Native: An In-Depth Tutorial

Not all developers are aware of how useful React Native actually is. Here are some tips on how to create an audio and video recording app by using Expo development tools. - http://bit.ly/2FSWOz4

#react
Measuring Sites with Mobile-First Optimization Tools

Not sure how to remove the code debt that bloats and weighs down your site? Here are specific ways mobile performance impacts your site and page speed results. - http://bit.ly/2wwZR0m

#mobile #performance
Understanding Transitions and Animations in Vue

Animations not only makes our applications pretty, it is also a great UX tool that can make the interface of our App intuitive and easier for the users to get around. - http://bit.ly/2IeZs8i

#vue
A Guide to the State of Print Stylesheets in 2018

We’re printing fewer documents than ever, but it pays to make it easy for users to print well-styled versions of documents like invoices, receipts, recipes, instructions, etc. - http://bit.ly/2jRyaqa

#css
👍1
Node 10: The New, The Changed, and the Deprecated

If you missed our epic Node 10 and npm 6 issue last week, check that out, but for a one stop look at Node 10, this is a good roundup. - http://bit.ly/2rGwCmj

#nodejs
CSS at Scale: LinkedIn’s New Open Source Projects Take on Stylesheet Performance

Chris Eppstein announces CSS Blocks (an ergonomic, component-oriented CSS authoring system that compiles to high-performance stylesheets) and OptiCSS (a template-aware stylesheet optimizer). - http://bit.ly/2Imysjk

#css
How to build your own vue-cli 3 plugin

When developing a vue-cli plugin you can focus on what you want to add or update in your generated VueJs project. - http://bit.ly/2rFtY10

#vue
What’s New in the Latest Microsoft Edge? A Lot

The foundation for full-featured PWAs is now here with Service Workers and push notifications enabled by default, there’s variable fonts support, Notification API support, improved ARIA support, support for CSS transforms on SVG elements, and more. - http://bit.ly/2KkiOpm

#edge
Switching From 'cluster' to PM2 and RabbitMQ

Node.js is generally single-threaded, and the cluster module is often used to take advantage of multiple CPU cores by spawning multiple processes. PM2, the process manager, provides an alternative way of doing this. - http://bit.ly/2wCLO9U

#nodejs
Angular 6.0 Released

A major release focused on Angular’s toolchain (particularly Angular CLI) and developer experience than on the framework itself. Angular Elements also allows you to bootstrap components within an existing app by registering them as Custom Elements. - http://bit.ly/2InbZa0

#angular
Making responsive Vue components with ResizeObserver

Your component responsiveness is based on the screen size but should be based on its own size. - http://bit.ly/2IiIKBd

#vue