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

Admin: @andrey2019
Download Telegram
How to Build a File Upload Service with Vanilla JavaScript

Building a file upload service with vanilla JavaScript, from scratch, with a method that requires no npm packages and no dependencies outside of the standard library. - http://amp.gs/jlGto

#nodejs
👍8
How to Efficiently Merge Arrays in JavaScript

Improve your performance in merging arrays in JavaScript with these three easy-to-read approaches that ran fast shared by Chad Campbell. - http://amp.gs/jlGU6

#javascript
👍52
Unit Testing React Apps with Jest and Enzyme

If you have not yet fully committed to setting up a suite of automated tests for your project, this tutorial provides a focused, concise set of steps that will bootstrap your understanding of the basic concepts and then work through a specific example illustrating their use. - http://amp.gs/jlGwt

#react
👍75👎3😁1
Quasar and Vite - Frontend Application Development at Light Speed

This week notes the accomplishment of a major milestone in Quasar's roadmap - the integration of Vite as a driver of the Quasar CLI. - http://amp.gs/jlxqa

#vue
👍6
Angular Async Pipe — Here’s how to use it like a boss

Who else wants to use Angular’s honking powerful async pipe? - http://amp.gs/jlfw4

#angular
🤯6👍3
Theming React Native Applications with Styled Components

Styled components are (amongst other things) the technical underpinnings of implementing the light and dark modes which are almost expected with mobile apps, these days. This detailed, well-illustrated tutorial imparts what you need to know. - http://amp.gs/jlC9w

#react
👍5
Claymorphism: Will It Stick Around?

Adrian Bece explores if there is room for Claymorphism on the UI and how we can create this effect with CSS. - http://amp.gs/jlCbA

#css
👍5
How to architect a production-level app in Flutter

Challenges in architecting a real-world application - http://amp.gs/jlkue

#flutter
👍3
Previewjs

Extension for VS Code JetBrains IDEs to instantly preview UI components for better flow while developing interfaces. - http://amp.gs/jlk5b

#tools #vscode
👍3
Tao of Node: On Design, Architecture and Best Practices

A developer has boiled down all of the hard-earned best practices and gut feelings he’s picked up for developing high-quality Node apps over time. Opinionated, yes, but high level enough to provide value to most. - http://amp.gs/jlevW

#nodejs
👍5
3 Secret Vue Patterns for Productivity Boost

Three useful Vue patterns including smart watchers, component registration, and Vuex module registration. - http://amp.gs/jleMK

#vue
👍3🔥1
6 State Management Strategies For Complex Angular Apps

How to manage your data flow well in an enterprise Angular app - http://amp.gs/jl7AE

#angular
👍6
Deep Dive Into the CSS :where() function

Pelumi Akintokun shares an introduction to the :where() pseudo-class function. - http://amp.gs/jlPCR

#css
👍5
A Delightful React File/Directory Structure

We have featured a number of these types of articles, but there’s always room for another perspective on the ‘right’ way to set up a project, particularly from a respected voice in the React community. - http://amp.gs/jlPFw

#react
👍7
SOLID Principles

Concise and brief explanation - http://amp.gs/jlyOS

#solid
👍92
RxJS — 7 Useful Operators You Might Not Know

The RxJS library has a lot of neat operators. Here are seven operators that are not getting enough attention - http://amp.gs/jlhlk

#rxjs
👍8
AWS Graviton2 vs Apple M1 for Node.js Performance

A casual and personal benchmark, with all that implies, and while the M1 continues to impress for local development, it’s neat to see other production grade ARM-based systems ready to go too. - http://amp.gs/jlhKT

#nodejs
👍2
Better Vue Performance with Selective Object Reuse

Excessive component rendering is one of the reasons why Vue apps perform slowly. In this article, we see how to detect rendering, why it happens, and how to fix the most complex cases. - http://amp.gs/jlvE2

#vue
👍4