FrontEnd Development
30.8K subscribers
145 photos
1 video
9.34K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
How to Implement File Uploading in Angular Reactive Forms

In this article, we’ll walk you through the process of creating a reactive form that includes a file upload, along with the normal form fields. Along the way, we’ll create a custom form control for our file input, add validation and create custom RxJS operators. - http://amp.gs/RfO0

#angular
An Intro to RxJS Concepts with Vanilla JavaScript

Observables..? Observers..? Get a grip on the concepts here. - http://amp.gs/RCkJ

#rxjs
Building a Transaction Sservice for Managing Large Sscale Eediting Experiences

A common challenge developers have to tackle when building applications consuming large data sets, is how to create a maintainable and scalable user experience for editing. They may face hundreds of thousands and even millions of records on which they execute CRUD operations that need to be sent to a server and saved to a database.- http://amp.gs/RC3u

#angular
Bringing Realtime to Serverless Web Applications

AWS IoT and MQTT can be used to push real-time messages around an application, even if the “Internet of Things” is nowhere to be seen. - http://amp.gs/RkLn

#aws #IoT
How to Choose the Right React Native Navigation Library

A look at some possible solutions to make the best navigation experience for users. - http://amp.gs/ReG1

#reactNative
Why Class/Component Inheritance in Your Angular App Might Not Be Good

When developing your applications you inevitably come across situations where you need to create functionalities/features or even functions which are similar, but spreaded over multiple components or even modules. This means you have to find a solution for code reusability to keep your code maintainable. In Angular, and Javascript applications in general, there are many patterns and solutions to set this up. As Angular is entirely Class based, inheritance could be a solution. Here’s why that might not be the best solution. - http://amp.gs/Reik

#angular
How to Unlock the Full Potential of Prop Types in Vue

Prop types are a really simple way to catch a lot of potential errors. Here are some great tips on how to use them effectively. My favorite here is to use a validator for enforcing a list of string values. - http://amp.gs/R7vm

#vue
Routing with Hooks: A New Approach to React Routing?

An interesting experiment in using hooks for React app routing has turned into an actual project called hookrouter which has some compelling advantages compared to existing routers. See how it works here. - http://amp.gs/RPZE

#react #router #hooks
The Anatomy of an AWS Key Leak to a Public Code Repository

It's in every developer’s top 10 worst nightmares: you’ve accidentally committed a critical access token into a publicly visible repo. What happens next? Here’s one story. - http://amp.gs/Rh8n

#aws
MobX - The Vue Way

Vuex will generally be the right choice for state management for Vue apps. But consider Mobx for state management that is framework agnostic, has built-in observable fields, is simple, has little boilerplate, and has superior performance. - http://amp.gs/RhLN

#vue #mobx
Node 6.x Reaches 'End-of-Life' Next Month

Microsoft’s Tierney Cyren reminds us that Node 6’s days are almost over. If possible, you want to upgrade code (including those long lost serverless functions!) to Node 10 as Node 8 itself goes EOL in December. - http://amp.gs/RvHj
All You Need to Know About Hyphenation in CSS

Richard Rutter gives a good primer on Hyphenation in CSS. - http://amp.gs/Rg0w

#css
How do You Structure Your Code When Moving Your API from Express to Serverless Functions?

A look at an approach for structuring serverless functions on Azure. - http://amp.gs/REd4

#nodejs
How to Test Custom Hooks with Enzyme

A simple approach to test the behaviour of custom React hooks. - http://amp.gs/RVdN

#react
Tips for Debugging Your Angular Applications

In this article, we’ll look at some unique methods and tools that can be useful for debugging Angular applications. - http://amp.gs/R9OI

#angular