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

Admin: @andrey2019
Download Telegram
The React 16.x Roadmap

If you’ve been following the React world over the past year, you’ll have run into a variety of new concepts like hooks and ‘Suspense’ and possibly wondered how it all fits into the big picture. This post explains it all and how these features will become fully supported in final React releases. - http://bit.ly/2PmuSsl

#react
The Front-End Checklist

A front-end development and deployment checklist of ideal things to do when rolling out a Web site (e.g. produce favicons, check 404 pages, print stylesheets). - http://bit.ly/2B2Ei79

#frontEnd #checklist
Top 10 UI/UX Mistakes to Avoid While Designing a Mobile App

The top commonly seen UI/UX mistakes made in mobile apps and how to avoid them. - http://bit.ly/2UD6ExN

#ui #ux
Under The Hood of React’s Hooks System

If you’re tired of hearing about React’s new hooks mechanism, you might want to skip ahead a year, but for now people are continuing to dig deep into understanding how they work. - http://bit.ly/2SB1xMO

#react #hooks
Things Worth Knowing About Dynamic Components in Angular

In this article, Netanal answers a question that was asked on Twitter. “When I create a component dynamically via ComponentRef, do I have to manually destroy my component or will Angular do that when the parent is being destroyed?” He will also add some more interesting points to his answer. - http://bit.ly/2BY3HAz

#angular
HEAD: A List of Things That Go In Your Pages' HEAD Element

Meta tags, link tags, Twitter card info, browser-specific directives, and more. - http://bit.ly/2UrwK6W

#head #tags
1
Writing Memory Efficient Software Applications in Node

See how to optimize your Node.js programs by 90% using automatic back pressuring. - http://bit.ly/2SBBKUF

#nodejs
The Ultimate VS Code Setup for JS and React Development

A list of VSCode extensions that make life easier. There are a few here you’re likely to have not seen before. - http://bit.ly/2Ejb1ck

#react #vscode
Responsive Images on the Apple Watch

If you’re keen for your sites to look good on the Apple Watch’s browser and its 136 pixel wide viewport, consider these points. - http://bit.ly/2B05weu

#apple #watch #images
How a Popular Node Package Was Compromised

We focused on this story heavily in yesterday’s Node Weekly, but long story short, a malicious developer gained access to a popular npm module and added code that could steal cryptocurrency information. - http://bit.ly/2Qh9FoS

#nodejs
nodenv: Manage Multiple Node Versions Easily

Specify your app’s Node version once in a single file and it all Just Works. - http://bit.ly/2E5mgEp

#nodejs
npm’s 2018 JavaScript Ecosystem Survey

npm, Inc., the maintainers of the main Node package repository, request your input to help them improve their tools and services. - http://bit.do/eDd3v

#npm #survey
Is Microsoft Building a Chromium-Powered Browser To Replace Edge?

This week the Web has been abuzz with the idea that Microsoft is going to divert attention away from working on its EdgeHTML engine and start to use Blink/Chromium instead. But with the news based on ‘anonymous sources’ and no official confirmation, we’ll need to keep an eye on this story. - http://bit.do/eDdZV

#news #microsoft
Creating Searchable Templates in Angular

One of Netanel’s last assignments was to develop a generic method to make components and templates searchable in our application. In this article, he will walk us through the process and ideas behind the decisions he made along the way. - http://bit.do/eDdX6

#angular