FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
Getting Started with Angular CLI

In this article, we will explore the different commands and features of the Angular CLI. - http://amp.gs/KoWB

#angular
React Native Component Libraries You Should Know in 2020

A list of some of the best component libraries available that are open source, offers a robust approach and quality support. - http://amp.gs/KclB

#reactnative
Understanding Vue's Deep CSS Selector — Marina Mosti

Learn how to use the Deep selector in Vue, a powerful tool for resolving certain CSS issues. - http://amp.gs/K6WE

#vue
Server-Side Rendering in Angular

The technology that allows us to run our Angular applications on the server is described in the Angular docs as Angular Universal. Angular Universal generates static application pages on the server through a process called server-side rendering (SSR). - http://amp.gs/KbqK

#angular #ssr
React Folder Structure in 5 Steps

A walkthrough of how to structure large React apps into folders and files so you can manage them for the long term. There’s no single right way to do it, but Robin shares his approach here. - http://amp.gs/3IOI

#react
MEAN Stack: Build an App with Angular and the Angular CLI

An extensive tutorial on how to implement Angular authentication using a REST API built with Node, Express, and MongoDB. - http://amp.gs/3jsh

#nodejs #mean
CSS Viewport Units

What are CSS viewport units, how to use them, and some use-cases and solutions for common issues. - http://amp.gs/38ww

#css
Test Driven Development with Sarah Dayan

This week we are joined by Sarah Dayan. Sarah currently works for Algolia as a Staff Software Engineer as a Tech Lead of the Doc Squad. You may have seen Sarah speak about Test Driven Development (TDD) at VueConf in Toronto or Vue.js Amsterdam. In this episode, we get to pick Sarah’s brain about TDD. - http://amp.gs/3THf

#vue #podcast
Understanding JavaScript's Various Module Formats and Tools

Straightforward examples of things from the IIFE pattern to CommonJS modules, the now uncommon AMD modules, ES modules, Babel modules, and more. - http://amp.gs/3zoW

#javascript
How and Why to Convert a Redux App to Recollect

Recollect is a state management library for React, and happens to be created by the author of this tutorial too so it goes into a lot of depth and really tries to sell the approach. - http://amp.gs/3YtK

#react
Angular Routing Explained

In this article, we will explore the different features of the Angular router and learn how to use it to build routing for various use cases. - http://amp.gs/3tzX

#angular
GitHub Shakes Up Pricing, Makes Most Core Features Free

One of the good consequences of Microsoft acquiring GitHub seems to be that they want to open it up to everyone without any barriers, so now you can use GitHub for private development with unlimited collaborators for free, and even the enterprise features are cheaper now. - http://amp.gs/3mnf

#news
How the Vue Composition API Replaces Vue Mixins

Looking to share code between your Vue components? If you’re familiar with Vue 2, you’ve probably used a mixin for this purpose. But the new Composition API, which is available now as a plugin for Vue 2 and an upcoming feature of Vue 3, provides a much better solution. - http://amp.gs/3Zht

#vue
Flexible Layouts Without Media Queries

Dannie Vinther looks into how we can create flexible layout components with CSS Grid and math functions to gain more control over the hypothetical instructions we inscribe into our components. - http://amp.gs/3p7P

#css
Working With AWS Route 53 from Node

Route 53 is Amazon Web Services’ suite of DNS-related services. Like every AWS service, you can control it via an API, and here’s how to manipulate hosted zones from Node. - http://amp.gs/3l9g

#nodejs #aws
Theming React Components with CSS Variables

Two ways to theme React components using CSS custom properties. - http://amp.gs/3n8x

#react