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
Vue.js + Astro - Better Than A Vue SPA?

Astro is all the rage among devs right now. In this article, we'll investigate how a Vue-based app using Astro's islands architecture can lead to potentially better performance than a single-page app. - http://amp.gs/jYZlH

#vue
How I Fixed a Bug in Angular

I’m going to tell you how I’ve contributed to the Angular community. You will learn about the contribution… - http://amp.gs/jYp1R

#angular
Next.js 12 Released

The popular Node.js + React development framework takes its biggest step forward yet with an array of improvements including beta support for middleware, React 18 support, native ES module support, a Rust-powered compiler for 5x faster builds, and more. - http://amp.gs/jYl20

#nodejs #nextjs
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