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
Storing State in the URL with URLSearchParams

We love what the creator said about this: “I love this more than I can reasonably explain; it’s a generic React hook for storing state in the URL with the querystring/URLSeachParams. So handy for making shareable links.” - http://amp.gs/jGsDQ

#react
👍4
Understanding Watchers in Vue

Take a look at how watchers work in Vue and learn how to utilize them. - http://amp.gs/jGsoo

#vue
👍5
Lerna & Module Federation for AWS micro-frontends

This article concludes my mini-series dedicated to a complete AWS architecture for Module-federated… - http://amp.gs/jGiBI

#microfrontend #lerna
👏3👍2
Angular Performant List Rendering - http://amp.gs/jGidt

#angular
👍3
Hacking CSS Animation State and Playback Time

Lu Wang explains how and why to alter the properties of running CSS animations when building an interactive CSS game. - http://amp.gs/jGi3b

#css
👍21
Domain-Driven Design (DDD) Best Practice with Node.js, MongoDB, and GraphQL - http://amp.gs/jGD8I

#nodejs
👍4👏1
Composition API - Registration Form Validation

Let's see how to implement client-side form validation functionality in Vue.js 3 Composition API for sign-up and login pages. - http://amp.gs/jGDkb

#vue
👍5
How To Debug React Apps with VS Code

The basics of getting a debugging workflow set up for your React work with VS Code. - http://amp.gs/jGDdV

#react #debug
👍8
The difference between Angular’s Emulated Shadow DOM and native Shadow DOM

In Angular, components styles can be encapsulated. There are three different encapsulation strategies… - http://amp.gs/jGDFs

#angular
👍3
Functional Patterns with TypeScript

Exploring if you can have your cake and eat it to. - http://amp.gs/jGu1H

#typescript
👍5
Minimize Heap Allocations in Node.js

Note that this article gets some fundamentals wrong but you could still find the broader picture useful. Notably, V8 core team member Leszek Swirski responded with some corrections that will teach you a couple of things about V8’s memory organization on their own. - http://amp.gs/jGueC

#nodejs
👍5
CSS Grid and Custom Shapes

Temani Afif shows how to use CSS clip-path and mask to create fancy grids of images for just about any shape you can imagine. - http://amp.gs/jGuA8

#css
👍8🤩2
20+ Angular Code Improvement Tips You Need To Learn Now

In this article, I will talk about various code improvement points that you need to follow in your project to… - http://amp.gs/jGuan

#angular
👍54👏1
Make a Nuxt.js Clone with Vue 3 and Vite

This article will be useful for those who want to write a Vue 3 application with custom server-side rendering. - http://amp.gs/jGJYP

#vue
👍4
React Memoization Guide with Examples

The first in a series digging into a popular (and often first) optimization technique. - http://amp.gs/jGJh2

#react
👍5
Behavior-driven Development

Behavior-driven development (BDD) is about minimizing the feedback loop. It is a logical step forward in the… - http://amp.gs/jGJDV

#bdd #sdlc
👍4
Do You Know About overflow: clip?

Kilian Valkhof explains how overflow: clip; works. - http://amp.gs/jGJF7

#css
👍3🏆3
Creating and Simple UDP Client and Server in Node - http://amp.gs/jGJbK

#nodejs
👍6
Vue Tips: Optimize your Vue Apps with v-once and v-memo

v-once and v-memo provide useful and intuitive ways to reduce re-renders and optimise your code. Let's look at how they work. - http://amp.gs/jG0Bt

#vue
👍3
Implementing a Promisable setTimeout

One of those explorations that’s more about learning about how things work under the hood, rather than to do anything useful. - http://amp.gs/jG04P

#javascript
👍6