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
What’s New in the Latest Microsoft Edge Update

EdgeHTML 18 is now available with the Windows 10 October 2018 Update, featuring Web Authentication API support, Service Worker improvements, new WebView features, CSS Masking, new autoplay policies, and more. - http://bit.ly/2z8NgyI

#edge
Learn How to Create Custom Vue.js Directives and Modifiers

Vue.js Directives are special HTML attributes that allow us to manipulate the DOM. Directives are very powerful and we use them every day. - http://bit.ly/2ERw8Um

#vue
An Introduction to Houdini’s Animation Worklet

In future, you might not need to worry about requestAnimationFrame. as Animation Worklet will let you create imperative animations that run at a device’s native frame rate more easily. Only in Chrome Canary for now. - http://bit.ly/2Da81i2

#animation
Building Full-Stack Applications Using Angular CLI and Nx

Nrwl Nx made building multiple Angular applications that share code easy. It cut the time of creating a shared library from days to minutes. But what about sharing code between the backend and the frontend? Our latest release of NX was built with this use case in mind and makes it easy. In this article, we explore how we can use Nx to build multiple Angular applications, in combination with their API services, out of reusable libraries. - http://bit.ly/2JmhKSE

#angular
How to Build a Custom Date Picker with React

It seems we link a React component for picking dates almost every week, so. how about learning how to build your own from scratch? - http://bit.ly/2JioFMv

#react
The Suspense is Killing Redux

If you’ve been hearing about Suspense (first covered in Dan Abramov’s JSConf Iceland talk but aren’t sure where it fits in vs Redux, this will help, though Ryan notes “Suspense won’t replace every use-case of Redux”. - http://bit.ly/2EK12xE

#react #suspense
Dynamic Translations in Angular

In this article, we are going to look at how to add translations to a todo app on Github using Angular, ngx-translate and a NodeJS API for serving the translations. - http://bit.ly/2RehHef

#angular
The correct way to force Vue to re-render a component

The best way to force Vue to re-render a component is to set a :key on the component. - http://bit.ly/2OUa7IU

#vue
How to implement a drawing animation with a given image - http://bit.ly/2EXTK9C

#javascript