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
Angular — Communicating between templates with function-like HTML segments

The function-like HTML segment refers to a block of HTML with the ability to accept context variables (in other words, parameters). A typical Angular component has two major parts of logic, a HTML template and a Typescript class. The capability to utilize this kind of function-like HTML segment is essential for a good shared component. It is because a shared component with only a fixed HTML template is very difficult to fit all the needs among all different use cases. - http://amp.gs/o5iA

#angular
Building a Secure Mobile App With React Native

A solid, high level overview of security considerations to consider before embarking on your next React Native project. - http://amp.gs/o5Mc
TypeScript Performance Tips

This wiki page has been around a while but blew up on social media this week. Its original author stresses the points covered are guidance rather than indisputable fact, and many of the tips improve other forms of performance than just execution speed. - http://amp.gs/oQhX

#typescript
How to Deploy a Node App to AWS Fargate with Auto-Scaling

If full on AWS Lambda isn’t for you, maybe AWS Fargate (basically a serverless compute engine for containers) could get you running serverlessly without a huge paradigm shift. - http://amp.gs/ocVb

#nodejs #aws
👍1
​​Happy New Year 🥂
Thanks everyone
12 Frameworks for Hybrid Mobile Apps

The hybrid landscape has evolved a fair bit over the past couple of years. This post looks at a dozen different hybrid mobile app frameworks that can help you build hybrid apps with a native look and feel (using the power of JS). - http://amp.gs/ocXq

#mobile #frameworks
Creating Custom Hooks with Vue 3 & TypeScript

This is a step-by-step guide to creating a Vue 3 app with TypeScript support and building a custom hook with vue-class-component. - http://amp.gs/o6Yp

#vue
The Angular CLI is Creating Your Unit Tests Wrong

I love the Angular CLI. It’s effective, it’s powerful, it’s convenient, and it’s easy to learn. But there’s one thing I really dislike about it, and that’s the way it generates tests. - http://amp.gs/o690

#angular
Over 100 JavaScript Algorithms and Data Structures Demonstrated

Examples of many common algorithms (e.g. bit manipulation, Pascal’s triangle, Hamming distance) and data structures (e.g. linked lists, tries, graphs) with explanations. Available in other languages too like Chinese, Korean, French, and Spanish. - http://amp.gs/o664

#javascript #algorithms
Case Study: lynnandtonic 2020 Refresh

Lynn Fisher offers a behind-the-scenes look at her 2020 portfolio redesign. - http://amp.gs/ob7v

#css
DRY-ing Up Styled-Components

The way styled-components keeps JavaScript and CSS in close proximity is appreciated by many developers but, as the author notes, it can also lead to a lot of repetition. She has a solution. - http://amp.gs/obKx

#react
How to Structure Maintainable Angular Project

Although Angular by design handles project complexity well it’s often hard to preserve good organisation as the project develops and as new functionalities come into place and old need to be altered. - http://amp.gs/MIOp

#angular
What Vue.js Does Better Than React

This React developer has done a deep dive into how Vue.js works and how it makes life as a UI engineer easier in ways that React does not. - http://amp.gs/MIcK

#vue
Building a geolocation app using Google Maps API in Vanilla JavaScript

In this step-by-step tutorial, you'll learn how to build a geolocation-based app using Navigator, London Bikes, and Google Maps API all in vanilla JavaScript. - http://amp.gs/Mj45

#javascript
useEffect vs useLayoutEffect

According to Kent, 99% of the time you will want to use useEffect. But every once in a while useLayoutEffect is a better choice, such as to avoid that distracting flicker when DOM mutations take effect. - http://amp.gs/MjQu

#react
Flutter State Management in 2021: When to Use What?

An updated list of where each solution shines, so you can be confident you picked the best state management solutions for your needs. - http://amp.gs/MT1T

#flutter