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
Why React Hooks Cannot Be Conditioned

If you’re encountering the puzzling React Hook "useState" is called conditionally error, this provides a helpful explanation as to why. - http://amp.gs/jj81A

#react
Optimizing Web Vitals using Lighthouse

Addy Osmani covers new tooling features in Lighthouse, PageSpeed, and DevTools to help identify how your site can improve on the Web Vitals. - http://amp.gs/jj8uG

#lighthouse
Serving Sharp Images to High Density Screens

Jake Archibald created a guide to compressing and serving images for dense screens. - http://amp.gs/jjTeR

#css
The Node.js Developer Roadmap for 2021

The Roadmap To Becoming a Node.js Developer - http://amp.gs/jjTMh

#nodejs
Mobile Detection With Nuxt SSR

Learn a couple of ways to detect a user’s device with Nuxt SSR so you can streamline your server response and tailor the best experience for your users. - http://amp.gs/jjz9z

#vue #nuxt
React SEO Strategies and Best Practices

Having your app emerge from all the search results background noise depends on it being efficiently indexed by Googlebot and other web crawlers. This article explains how your app is indexed by them and then provides techniques for optimization. - http://amp.gs/jjzcw

#react #seo
Solutions Architect Tips — The 5 Types of Architecture Diagrams

The flow, service, persona, infrastructure, and developer diagram - http://amp.gs/jj1sW

#architecture
Optical Size, the Hidden Superpower of Variable Fonts

Roel Nieskens explains how variable font letters actually change the way they look when shown in small or large sizes. - http://amp.gs/jjYNj

#css
Designing Scalable Angular Apps: Pages, Containers and Views

Terminology and a methodology that would help you build a scalable Angular application. - http://amp.gs/jjtsl

#angular
What's New in Vue 3.1?

Vue 3.1 has been released. This article covers the main features being released, including the migration build allowing you to build and run a Vue 2 application with Vue 3 in a compatibility mode. - http://amp.gs/jjmqE

#vue
Next.js 11 Released

The popular React framework takes some more steps forward with improved performance, Webpack 5 support, an experimental way to make Create React App apps Next.js compatible, and Next.js Live, a preview of a way to build Next.js apps in the browser, collaboratively, with your team. - http://amp.gs/jjZr4

#nextjs
Comparing 5 Node.js Logging Libraries for You To Make the Optimal Choice - http://amp.gs/jjpNi

#nodejs
CSS @supports Rules To Target Only Firefox / Safari / Chromium

Bramus Van Damme demonstrates how to create supports rules to target the three major rendering engines. - http://amp.gs/jjlqO

#css
Adding Voice Search to a React App

Learn how to use the Web Speech API to add a simple ‘voice search’ functionality to your app. - http://amp.gs/jjBSv

#react
Looking for an efficient hosting platform? 👨‍💻 👩‍💻 

Plesk is the innovative control panel that better fits your needs:

👉 Manage thousands of sites in one single dashboard.
👉 Easily automate admin tasks.
👉 Cloud-friendly. Plesk runs on both, Linux & Windows.
👉 Integrate with Cloudflare CDN, WordPress Toolkit and more.
👉 Out-of-the-box security features including Let's Encrypt and ModSecurity.

Try Free Plesk Now for Your Sites &  Servers
Conditional Templates for Angular Components

One of the many benefits of working in Nx workspaces is the ability to share code between applications. In an… - http://amp.gs/jjnNO

#angular
Why the React Testing Library Is Much More Than a Testing Library

The author makes the case for using RTL and its ability to mimic user interactions and making them the objective of testing, rather than the fragile minutia of the test implementation details. - http://amp.gs/jjGiS

#react