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

Admin: @andrey2019
Download Telegram
Exploring the new CSS color functions: CSS Color Module Level 5

Nelson Michael created a reference guide for the new color specification methods available with CSS Color Module Level 5. - http://amp.gs/jBI2w

#css
👍9
Four Reasons to Avoid using npm link

npm link can be used to symlink a local package as a dependency during development, but the author has created the link package (which you can use via npx) as a safer and ‘more predictable’ alternative. All is explained within. - http://amp.gs/jBjkA

#nodejs
👍3
Practical RxJS and Angular

A practical example showing RxJS in combination with Angular - http://amp.gs/jBjbt

#angular
👍3
How we scale our frontend applications using micro-frontends

At Unibuddy, we have a lot of products working together to deliver our customers the best experience. What… - http://amp.gs/jB8q7

#microfrontends
🔥3👍2
React Folder Structure in Five Steps, 2022 Edition

The latest part of Robin’s attempts at updating his well regarded React resources to 2022 standards. Articles about structuring React apps are always popular and this one breaks the idea down into five steps going from the simplest of apps to more complex ones. - http://amp.gs/jBTpe

#react
👍8
3 Things You Should Try to Avoid in Vue.js

Check out these important tips for avoiding anti-patterns in Vue.js apps. - http://amp.gs/jBTXB

#vue
👍3
How TypeScript's Compiler Compiles

Short and sweet but the diagrams are fab. - http://amp.gs/jBz9W

#typescript
👍5
Animated Grid Tracks with :has()

Michelle Barker demonstrates an excellent use-case for :has(). - http://amp.gs/jBzbQ

#css
👍5
ShadowRealms: An ECMAScript Proposal for a Better eval()

Sat at stage 3, the fantastically named ShadowRealm API proposal lays out a new way to execute arbitrary JS code within a separate context to the current one. - http://amp.gs/jBYCg

#javascript
👍2
Form Validation with Quasar Framework and the Vue.js Composition API

This article will examine how to validate a form with the Quasar Framework and Vue.js. - http://amp.gs/jBYNF

#vue
👍3
Using a Hook to Detect Clicks Outside of a Component

When using a dialog or dropdown, you need to detect clicks outside the component so they can be closed when the user navigates away. Here’s a tutorial on how to create the required custom hook. - http://amp.gs/jBYbV

#react
👍10👏1
Angular — Micro-Frontend

Everything you need to know about microservice oriented architecture for the frontend from beginner to… - http://amp.gs/jBtyD

#angular
👍3
V8's Faster Initialization of Instances with New Class Features

A technical deep dive into some work on optimizing the performance of initializing class fields and private methods – work which now benefits all users of Node.js 18 onward. - http://amp.gs/jBtsA

#nodejs
👍7
Common Accessibility Issues That You Can Fix Today

Hidde de Vries outlines some common accessibility problems that you can fix quickly. - http://amp.gs/jBt6k

#css
👍3
How We Use Composition API as a Vuex Alternative

This article shares how to use the Composition API as an alternative to Vuex in creating global state management. - http://amp.gs/jBmvx

#vue
👍7
Custom Hooks Demystified in Five Simple Steps

If you’ve been writing a lot of repetitive code, custom hooks could be the answer, asserts the author. He works through the refactoring process in a series of logical, easy-to-follow steps. - http://amp.gs/jBmMi

#react
👍4