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

Admin: @andrey2019
Download Telegram
Don't Call A React Function Component

A demonstration of the difference between React.createElement and calling a function component directly and why you should render function components instead of calling them. - http://amp.gs/iuFZ

#react
Angular Environment Setup - Safe & Testable

Most real-world Angular applications live in different environments throughout their development cycle. While differences generally should be kept to a minimum, your webapp is probably supposed to behave a little bit different on a developer's machine compared to when it's deployed to production. - http://amp.gs/iJoH

#angular
JavaScript, ES6, ES7, ES10.. Where Are We?

A look at the current features within JavaScript, what got rejected, and what native support for ‘modern’ JavaScript features is like. It’s a bit of a mish-mash, but covers a lot of proposals. - http://amp.gs/iKMI

#javascript
#29 VueDose – Use old instance properties in Composition API in Vue.js 3

Learn how to use this.$emit, this.$attrs and more in the new Composition API, where you have no this (component instance) in your Vue.js Components. - http://amp.gs/i3Mf

#vue
Angular Material: Build Your Own Generic MatTable

In this guide, we'll learn how to create a generic table with Angular Material. - http://amp.gs/iHc5

#angular
Learning Modern JavaScript with Tetris

A thorough walkthrough of all the things to consider when building your own Tetris game in JavaScript. Bit of fun for the weekend, maybe? - http://amp.gs/iw3I

#javascript #game #tetris
Vuex Data Model and Feature Module Strategy Part 1: The Data Model Module - Markus Oberlehner

Looking for a way to reduce some Vuex boilerplate for repeatable functionalities? Standardize how you manage data in your app? Markus has some pretty nice ideas on that and more! Check it out. - http://amp.gs/iFtz

#vue
ioredis 4.15.0: A Performance Focused Redis Client for Node

Boasts support for Redis Cluster, Sentinel, pipelining, Lua scripting, pub/sub and all the rest. And it’s used at Chinese e-commerce giant Alibaba, so you know it scales - http://amp.gs/iFAu

#nodejs #redis
Testing Dynamic Forms in Angular

Learn how to create a dynamic form in Angular and then create tests for the form to ensure it works as expected. - http://amp.gs/iXV1

#angular
7 Uses for CSS Custom Properties

Michelle Barker outlines some practical use cases for CSS custom properties. - http://amp.gs/iWBU

#css
vue-loader: 📦 webpack loader for Vue.js components – explained

Vue-loader is the webpack loader responsible for transforming our favorite .vue single-file components into something that is understandable by the browser. If you have been wondering how it works underneath, this explanation might give you a better idea. - http://amp.gs/iaea

#vue
React is a State Manager Too, You Know

I’ve seen this point made a few times over the years. You don’t necessarily need Redux or another state manager, since React has its own internal mechanisms you can use for your components. - http://amp.gs/iopG

#react
20 Ways to Become a Better Node Developer in 2020

We’re rapidly coming up on the end of the year (indeed, the next issue is our last this year) so is it time to think about New Year’s resolutions already? - http://amp.gs/iMtP

#nodejs
Checklist to Avoid the Most Common Accessibility Errors

Bruce Lawson looks at ways to avoid the most common accessibility errors identified by the WebAIM accessibility analysis. - http://amp.gs/i5pl

#css
Angular 9 Examples: 2 Ways To Display A Component (Selector & Router)

In this quick example, we'll see two ways of displaying a component in Angular 9 - using selectors or the router. - http://amp.gs/i56g

#angular
How to reuse one Vue.js codebase across multiple apps

Thomas Holland returns with another article on Vue.js app architecture. I loved his previous article on Domain-driven development and this week he speaks about code re-usability but not in just one app, but multiple of those. - http://amp.gs/icQT

#vue