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
How to Use Testing Library to Test Storybook

You may already be using Storybook to catalog all your key components states. Now you can re-use that logic with React Testing Library. - http://amp.gs/jIRq9

#react
Improved Responsiveness for Improved Performance in Angular Apps

When working with responsive applications, it’s often the case that we need to toggle the visibility of some… - http://amp.gs/jIUmy

#angular
How to Create a Monorepo for Multiple Node Packages

A step-by-step guide on how to use Lerna (a tool that optimizes the workflow around managing multi-package repositories with git and npm) to manage, and publish, two packages under the same monorepo. - http://amp.gs/jIdT4

#nodejs
Seven Steps to Modernize and Optimize Your React App

The third and final article in this mini-series provides still more recommendations for making your app’s performance truly stellar. - http://amp.gs/jIdde

#react
Angular Clean Architecture — Atomic Design

Introduction to Atomic Design - http://amp.gs/jIOp8

#angular
Guide to using the Vue v3.1 Migration Build

Read how to migrate your Vue 2.x apps into Vue 3 with the newly released Migration Build - http://amp.gs/jIO5a

#vue
Don't Use Functions As Callbacks Unless They're Designed for It

There's been a severe lack of Node blog posts this week, but this older one has been doing the rounds on social again, and it's fantastic enough to re-share :-) Callbacks can introduce added hidden complexity that can cause seemingly innocent code to break so it pays to be careful. - http://amp.gs/jISwm

#nodejs
Flutter Is About To Win Over the Web

The cross-platform framework offers the most compelling web development experience - http://amp.gs/jIAiK

#flutter
Getting Started with webpack

If you’re already working with webpack, scroll on by, but otherwise this is a reasonable beginner-oriented introduction to the main concepts. - http://amp.gs/jIqq8

#webpack
1
Building a React Component Library — The Right Way

This instructive tutorial teaches how to build libraries differently and drastically change the way you structure any web project and collaborate on code. - http://amp.gs/jIsO1

#react
What’s new in Vue 3.1?

It has already been 8 months since v3.0.0, and here is the first minor version. In the meantime, 11 patch releases landed mainly with bug fixes and performance improvements, but also with some features and changes.
Let’s catch up with everything that happened since v3.0.0! - http://amp.gs/jIiSO

#vue
1
Is microfrontend the future?

Microfrontend enables the independence of development and deployment of Web apps while maintaining a fast… - http://amp.gs/jIu7S

#microfrontends
Why Angular is getting the highest preference among developers?

Angular is an open-source front-end framework developed by Google for creating dynamic, modern web apps… - http://amp.gs/jIJCs

#angular
How to Create a Jumping Text Input Label

A short tutorial on implementing this increasingly popular technique for labelling form fields. Not sure what a ‘jumping text input label’ is, exactly? - http://amp.gs/jIJNu

#react
5 Advanced React Patterns

This article is an overview of 5 modern advanced React patterns, including integration codes, pros and cons, and concrete usage within public libraries. - http://amp.gs/jI0BO

#react