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
Ionic 4 and Angular 7 Tutorial: HTTP Interceptor Example

The comprehensive step by step tutorial on using HTTP Interceptor with Ionic 4 and Angular 7 including a complete example of authentication or login. — http://amp.gs/9huM

#angular
Angular DI: Getting to know the Ivy NodeInjector

In this article, we’re going to examine a new Angular NodeInjector which heavily uses a bloom filter to retrieve a token. We’ll take a look at: How the NodeInjector looks like How Angular builds bloom filter for NodeInjector and when we can catch false positive values *What’s the resolution algorithm for resolving dependencies in NodeInjector — http://amp.gs/9gvF

#angular
Enforcing Code Quality for Node.js

Using linting, formatting, and unit testing with code coverage to enforce quality standards. — http://amp.gs/9VG1
Vue.js App Performance Optimization: part 1

While mobile-first approach becomes a standard and uncertain network conditions are something we should always take into consideration it’s harder and harder to keep your application loading fast. — http://amp.gs/99tb

#vue
Microsoft to Drop Internet Explorer 10 Support in 2020

Very few of us are surely using IE10 anymore but it lives on in various enterprise deployments. MS is ditching it, however, and pushing such customers to IE11 with a “compatibility mode” instead. — http://amp.gs/99Hp

#news
How to Turn Your Angular App into a Progressive Web App

In this article you will learn about Progressive Web Applications (PWA), particularly the process to convert your Angular app into a PWA. PWA is an option used to make regular web applications act like native apps on Android, Windows, Chrome OS and more. Progressive Web Apps are not a new technology, but lately, they are getting much more attention after Microsoft announced they are supported by Windows. — http://amp.gs/94Os

#angular
Vue SSR Guide — Data Pre-Fetching and State

Vue 2.6 includes the new serverPrefetch hook, which allows any component to pre-fetch data during server-side rendering. The official Vue SSR guide has been updated to cover this feature.
http://amp.gs/9Rn6

#vue
What’s New in ES2019: Array flat and flatMap, Object.fromEntries and More

Many ES2019 features are always available to play with in the latest version of Node, with a few more to come once V8 is upgraded to 7.3. — http://amp.gs/9UXa

#nodejs #es2019
Angular State Management using BehaviorSubject

Angular State Management is important when it comes to web applications or web tools but some external libraries in Angular are very complicated and complex on how to implement it. — http://amp.gs/9dF4

#angular
New JavaScript Features That Will Change How You Write Regular Expressions

ES2018 introduced some new features for regular expressions that will come in handy if you’re doing certain types of text processing and manipulation, such as lookbehind assertions and named capture groups. — http://amp.gs/9Oqv

#javascript #es2018
Making setInterval Declarative with React Hooks

If you’ve played with hooks and run into trouble with setInterval, Dan is here to help. — http://amp.gs/9rOu

#react #hooks
SVG Filters 101

Sara Soueidan created a guide that will help you understand what are SVG Filters and show you how to use them to create your own visual effects. — http://amp.gs/9Ssy

#css #svg #filter