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
Google Chrome Hidden Features Every Developer Should Know

Chrome Dev Tools is one of the most used tools among web developers. But it has some amazing features that most developers are not aware of. In this article, Yasas Sri Wickramasinghe discusses the top 5 Chrome DevTools experimental features every developer should try to make their developer life easier. - http://amp.gs/jYnSW

#devtools
👍1
Are Many useStates Better than useState(object)? - http://amp.gs/jYGkF

#react
Skeleton Components for UX and Performance in Vue

Learn how to use a skeleton component to provide temporary content for a page while data is being fetched from the server. - http://amp.gs/jYxBA

#vue
How to Use The Animated Builder Widget in Flutter Apps - http://amp.gs/jYfT5

#flutter
Respecting Users’ Motion Preferences

Michelle Barker explains why you should use the prefers-reduced-motion media query to make your sites more accessible. - http://amp.gs/jYfwL

#css
The Talk That Made Me Finally Understand How the Event Loop Works

The author reflects upon, and links to, a helpful talk from six years ago (! – but it is a good talk.) - http://amp.gs/jYCHp

#nodejs
Sharing UI Components with Lerna and Yarn Workspaces

Today’s popular front-end frameworks like Angular and React allow us to create rich web applications using… - http://amp.gs/jYkrw

#lerna
A React Rendering Cheat Sheet

When does a component re-render? What can cause such re-renders, and how can unnecessary ones be prevented? - http://amp.gs/jY7BC

#react
The correct way to make API requests in an Angular application

Angular Interceptor, HttpClient vs HttpBackend, Catch Error, Recall APIs, and Prevent XSRF attack. - http://amp.gs/jYPv7

#angular
We Analyzed 425,909 Favicons

Adam, Nathan & Patrick share what they found out about the favicon ecosystem while analyzing the favicons of 100,000 websites. - http://amp.gs/jYPwl

#css
Jamstack Community Survey 2021 Results

The Jamstack Survey 2021 had over 7000 responses. See the results and learn more about how developers are using Jamstack. - http://amp.gs/jYyG9

#survey
Migrating from React Redux to React Query

React Query is rapidly gaining in popularity, which might be because developers are discovering it’s quicker and easier to use than Redux. - http://amp.gs/jYyS4

#react
Angular: what is forwardRef and how does it work?

Angular is a complete development framework and, as such, offers solutions to most problems you can think of… - http://amp.gs/jYhd8

#angular
6 Step Approach To Transition From Junior Developer To Senior Developer

It's more than just the number of years of experience - http://amp.gs/jYgn0

#grow
Desktop Automation with RobotJS

Kayode has discovered RobotJS, a ‘desktop automation library’ for Node that lets you control the pointer, keyboard, and read things off the screen on Windows, Linux, and macOS. It hasn’t been updated in a while, but Kayode has had some success in getting it to make his computer appear as if it’s in active use. - http://amp.gs/jYEYH

#nodejs
Create a Mouse Tracking Eye Using Vue 3, VueUse & CSS

In this article, you'll learn to create a mouse-tracking eye component using Vue 3. This eye-catching component will make a quirky addition to your future projects. - http://amp.gs/jYEMj

#vue