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
ESLint and Prettier with Vite and Vue.js 3

Combining ESLint and Prettier make large scale Vue 3 apps clean and error free. Learn how to set up Prettier and ESLint with Vite for your next Vue 3 project! - http://amp.gs/jTl7X

#vue
40+ Node.js Integration Test Best Practices

Component and integration tests are increasingly popular testing techniques for backends. This repository digs into a variety of quick-fire patterns and practices for creating good component tests. There’s also a demo app and examples using Jest, Mocha, Express, Fastify and Nest.js. - http://amp.gs/jTBBQ

#nodejs
Refactoring CSS: Strategy, Regression Testing And Maintenance

Adrian Bece takes a deep dive into the CSS refactoring process and covers incremental refactoring strategy, visual regression testing, and maintaining the refactored codebase. - http://amp.gs/jTnoE

#css
Managing shared code in the Angular world — Monorepo vs Multirepo ⚔️

Let’s explore the most common ways of managing multiple apps and shared modules in the front-end ecosystem - http://amp.gs/jTGK4

#angular
👍1
Vue Composition API: Composables

What makes the Vue 3 Composition API so much better than the Options API is code sharing. Composables are a much more powerful and transparent approach for sharing code between components. - http://amp.gs/jTxNq

#vue
How to Use RabbitMQ and Node with Docker and Docker Compose

A straightforward example of setting up a Node app to use RabbitMQ as both a consumer and producer, and using Docker to spin up an instance quickly. - http://amp.gs/jTfhH

#nodejs
Top Metrics You Need to Understand When Measuring Front-end Performance

5 metrics you need to understand how your UI is performing - http://amp.gs/jTCnJ

#web #performance
Building a React Design System for Adoption and Scale

Achieve DS scale and adoption via independent components and a composable architecture — with examples. - http://amp.gs/jTCUT

#react #bit #designsystem
How to Use Promise.allSettled()

How to use Promise.allSettled() to perform parallel async operations and collect the promises statuses into an array. - http://amp.gs/jTkT0

#javascript
React Children and Iteration Methods

You might think you’ve learnt everything about iterating over React’s .children prop. However, this detailed review of the .toArray method may reveal a few things of which you were not aware. - http://amp.gs/jTk2H

#react
Microservices Authentication Strategies: Theory to Practice

Some theory and then some practice using OpenID Connect, Google Cloud, and a Node + React app with authentication. - http://amp.gs/jT7qQ

#nodejs
Deploying Your Flutter App to Play Store

Walks through the steps you need to take to get our Flutter app into Google’s Play Store. - http://amp.gs/jTPhh

#flutter
Top 20+ Vue.js Frameworks and Libraries for your Next Project

In this article, we will be exploring over 20 Vue frameworks and libraries that you might find useful for your next Vue-based projects. - http://amp.gs/jTykh

#vue
Why You Should Stop Using The “Container/Presentational” Pattern in Redux (.. Or Not!)

A dramatic, concrete assertion right in the title almost invites differing points of view (maybe that’s the author’s intent?) and this article is no exception. After reading, you will want to review the ensuing discussion on Reddit where Redux expert Mark Erikson chipped in. - http://amp.gs/jTh8n

#react
CSS Architecture and Performance in Micro Frontends

Mateusz Krzeszowiak shares how their team manages CSS-related architecture and web performance on a big scale. - http://amp.gs/jThRu

#css
With Great Angular Components Comes Great (Single) Responsibility

One of the recent requirements in our application was to create a dynamic actions menu component that takes a… - http://amp.gs/jThM2

#angular
👍1
Differences between WebSockets and SocketIO

WebSockets and SocketIO are probably two of the most popular solutions for implementing real-time… - http://amp.gs/jTvEj

#socketio #websocket
How we Improved the Load Time of our Vue.js App from 15s to 1s

A case study on reducing the load time of a Vue enterprise app. - http://amp.gs/jTv2V

#vue
How One Conditional Can Entangle Your React App

A cautionary exploration of how a lack of intentional composition can impact your React project. - http://amp.gs/jTgnZ

#react