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
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
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