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
Nesting Tab and Stack Navigators in React Native and Expo Apps

The art of rendering a navigator inside the screen of another navigator. - http://amp.gs/0zDp

#reactnative
👍1
Create an i18n Plugin with Composition API in Vue.js 3

An example on how to use the inject and provide functions to create an i18n plugin using Composition API in Vue.js 3. - http://amp.gs/011H

#vue
Building a Circuit Breaker in Node: A 2 Part Series - http://amp.gs/01SU

#nodejs
Angular Interview Question: What are ng-container, ng-content, and ng-template?

You probably already have come across the three directives ng-content, ng-container and ng-template, but a short reminder can be of help. Especially if you are preparing for an Angular interview. - http://amp.gs/0YPR

#angular
When To Use The New Vue Composition API (And When Not To)

The new Vue 3 composition API was created to address scaling issues with the options API. But is it still useful in smaller apps? - http://amp.gs/0ZZf

#vue
Understanding and Implementing Rate Limiting in Node

Explores the concept of rate limiting in Node — what it is, how it works, various ways to implement it, and some practical scenarios. - http://amp.gs/0pjx

#nodejs
V8 v8.1's Intl.DisplayNames

Another six weeks have passed so there’s another version of the V8 JavaScript engine that underpins Chrome and Node. In 8.1 we gain a Intl.DisplayNames method for displaying translated names of languages, regions, written scripts and currencies. - http://amp.gs/0Blz

#javascript
Learn Box Alignment

Ahmad Shadeed created an interactive tutorial to help you learn the basics of box alignment in Flexbox and Grid. - http://amp.gs/0nI7

#css
A Growing Collection of 86 Node.js Best Practices

An in-depth guide for Node devs, available in multiple languages. Divided into 7 sections and updated regularly. This was a very popular item last year, but Yoni reached out to say it’s been updated and has also passed 40K GitHub stars – congratulations. - http://amp.gs/0x1A

#nodejs
The Mindset of Component Composition in Vue

A step-by-step tutorial building a search bar component. Good for those already familiar with Vue but maybe want to see another developer’s perspective on component composition. - http://amp.gs/0x5t

#vue
4 Ways to Animate the Color of a Text Link on Hover

Katherine Kato looks at different ways to animate the link color while being mindful of accessibility, performance, and browser support. - http://amp.gs/0kzI

#css
Building an Accordion with React Hooks

A tutorial to build a reusable, hooks-based accordion component. - http://amp.gs/0k6p

#react
Getting Started with Vuex: A Beginners Guide

This claims to be a “brief” tutorial, but there’s lots of meat here for those looking to understand Vuex, the state management solution for Vue.js apps. - http://amp.gs/0Poa

#vue
How to Build a File Upload Form with Express and DropzoneJS

Lukas White takes an in-depth look at DropzoneJS — a configurable JavaScript library that makes it easier to deal with file uploads. - http://amp.gs/0y9r

#nodejs