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

Most languages include a concept of a ‘non-value’ (often called null or nil) but JavaScript has two in the form of undefined and null. Dr. Axel analyzes their differences and where and why they’re used. - http://amp.gs/Q8IV

#javascript
Storybook With Angular 10

Storybook allows you to write various “test cases” on your Angular components when passing it different Input()s and responding to its variousOutput()s. This is useful especially when you want to quickly view changes to a specific component as opposed to waiting for the entire app to refresh on each change. - http://amp.gs/Q8oE

#angular
Use Mapbox Popups with Vue 3

In this article, you'll learn how to use a Vue 3 component as content of a Mapbox popup while keeping full reactivity. - http://amp.gs/QY6h

#vue
Building Server-Side Rendering for React Apps on AWS Lambda

A look at two ways you can implement and deploy a solution for server-side rendering in React applications by using Lambda or Lambda@Edge, along with using tools like AWS CDK to automate things. - http://amp.gs/Qmjd

#react
10 Bad TypeScript Habits to Break This Year

Unsurprisingly, given the title, this is very opinionated. - http://amp.gs/QZlv

#typescript
Capturing Hacker News Mentions with Node and MongoDB

If you don’t want to read the ‘orange site’ (as it’s often called) but you’d like to know if something gets mentioned there, here’s one option. - http://amp.gs/QlZS

#nodejs
13 JavaScript One-Liners That’ll Make You Look Like a Pro

Step up your JS knowledge in just a few minutes by checking out these 13 JavaScript one-liners that’ll make you look like a pro! - http://amp.gs/QB1p

#javascript
Exploring the Complexities of Width and Height in CSS

Uri Shaked and Michal Porag explore the complexities of how CSS computes the width and height dimensions of elements. - http://amp.gs/QBO3

#css
7 Tips to Go From Beginner to Advanced in Vue.js

Vue.js is my framework of choice for front-end development, and there are many reasons for that. I enjoy the simplicity, the powerful features, and the great performance it provides. - http://amp.gs/Qn8L

#vue
How We Improved Smashing Magazine's Performance

It’s no secret Smashing Magazine is one of our favourite sources for high quality articles, so it's interesting to see how they've made it even quicker for you to consume their content by optimizing their React and Jamstack-based site. - http://amp.gs/QnNq

#performance
RxJS & Angular — Unsubscribe Like a Pro

All the patterns you will ever need to subscribe and unsubscribe from RxJS Observables in your Angular project! - http://amp.gs/QG9M
Beautiful Accessibility With Floating Focus

Guido Bouman introduces Floating Focus, an easy to implement focus-state solution that improves accessibility and usability. - http://amp.gs/QxtH

#css
Caching Vue Refs - Abdelrahman Awad

Introducing self-managed-caching on server-side and client-side has a lot of benefits and can help you out when you need atomic control over your data. - http://amp.gs/Qx67

#vue
The Styled-Components Happy Path

A well-illustrated synthesis of all the author’s ideas which support making your CSS less fragile. It also helps eliminate specificity issues and provides a clean mental model to help you understand what your pages are going to look like. - http://amp.gs/QfcM

#react