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
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
Version 7 of Angular — CLI Prompts, Virtual Scroll, Drag and Drop and more

The 7.0.0 release of Angular is here! This is a major release spanning the entire platform, including the core framework, Angular Material, and the CLI with synchronized major versions. This release contains new features for tool chain, and has enabled several major partner launches. - http://bit.ly/2DiV5GB

#angular
33 Concepts Every JavaScript Developer Should Know

A curated collection of links to tutorials on 33 different areas of JavaScript it’s worth understanding well, including types, closures, equality, scope, and different JavaScript engines. - http://bit.ly/2yPKJdz

#javascript
Model-View-Presenter with Angular

As an application grows, it becomes harder to maintain. The complexity increases while the value of reusable modules increases. We know that we have got to do something about it before we risk failure. - http://bit.ly/2RrJasQ

#angular #mvp
8 Tips for Great Code Reviews

Kelly Sutton shares some tips to help you and your team have better Code Reviews, which will translate to better code, happier teammates, and hopefully a better business. - http://bit.ly/2qoSSRg

#codeReview
Create a Vue PWA on a high performance and secure NGINX infrastructure

This article describes the first steps and a high-level intro to PWAs based on the fancy Vue framework and concentrates primarily on its deployment to a well secured nginx server. -http://bit.ly/2SHWg6W

#vue #ngix #pwa
Avoiding Unnecessary Renders with React Context

Before you replace Redux’s <provider> component with React’s new context API, there’s a thing or two that you should know about performance. - http://bit.ly/2PBuR7P

#react