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
Getting Started with Nx: The Nrwl Extensions for Angular

In this article we will learn how to create an Angular Nx Workspace and scaffold it out with multiple apps and libs in a mono-repo style approach. - http://bit.ly/2KsxqTj

#angular
Code Splitting Pattern With Vuejs & Webpack

The initial request of a Vue single-page app can be slow if you retrieve the whole JavaScript and CSS. Code splitting, a technique made possible with Webpack, can distribute code across page loads to improve a site’s UX. - http://bit.ly/2OM7AwH

#vue #webpack
Xamarin vs React Native: The Complete Guide

A Xamarin vs React Native comparison packed with tips for selecting the ideal cross-platform mobile development framework for your project - http://bit.ly/2MlK6x1

#xamarin #reactNative
JavaScript Algorithms and Data Structures

JavaScript examples of many common algorithms (e.g. bit manipulation, Pascal’s triangle, Hamming distance) and data structures (e.g. linked lists, tries, graphs) with explanations. - http://bit.ly/2vlx4sS

#javascript
Angular 6 — Login and Router Tutorial

In Angular 6 when you want to create a web application that has login functionality, you probably will want to have protected routes too.
- http://bit.ly/2MlirMz

#angular
A Crash Course on Serverless APIs with Express and MongoDB

A really detailed look at running Express in a serverless context. - http://bit.ly/2viP0TU

#nodejs
The Trick to Viewport Units on Mobile

Notches, scrollbars, navigational elements. they can all interfere with your use of the vw and vh viewport units. CSS custom properties to the rescue! - http://bit.ly/2Mx4Pht

#css
Build a State Management System with Vanilla JavaScript

Redux, MobX and Vuex can make managing cross-component state trivial, but what would it take to write one for yourself? - http://bit.ly/2vCOnVt

#javascript
👍1
Custom directives in Angular 6 — building a Google places autocomplete

Abhishek, the author of this article, has been playing around with Angular a lot lately and a lot of things that seemed unnecessary in the beginning is starting to make sense. Angular is a well thought out framework, and although it is very opinionated, it follows some of the industry best practices when it comes to structuring the frontend of a web application. - http://bit.ly/2nc91In

#angular
👍1
Building A Progressive Web App: No React, No Angular, No Vue

Just direct DOM manipulation with some more recent APIs and JS specs. - http://bit.ly/2vRsnGH

#pwa
Sharing the UI router between AngularJS and Angular 6

In some of Roelof’s previous posts, “AngularJS + Angular (v6) hybrid (finally!)” and “Sharing state between AngularJS and Angular v6 with Redux”, he’s documented the process of making a hybrid AngularJS/Angular application. - http://bit.ly/2vDadII

#angular
Create Your Design System: Grid & Layout

Claudia Romano shows how to implement a grid into your design system, and how some CSS techniques can be used to create specific layouts. - http://bit.ly/2vlnwxV

#css
Testing Vue with Jest part — II

This tutorial will not explain you how to configure a vue application. We only will focus on component creation and tests. - http://bit.ly/2KN8m9K

#vue #tests
Building A Progressive Web App (PWA): No React, No Angular, No Vue

Just direct DOM manipulation with some more recent APIs and JS specs. - http://bit.ly/2vRsnGH

#pwa