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

Admin: @andrey2019
Download Telegram
In defense of the Angular framework

The author of this article is here to share their experience of being a primarily React developer, shipping React code in production to using Angular for a production application. - http://amp.gs/2Gj4

#angular
How Recoil is Meant to Rock Your React World

Recoil has been used internally at Facebook (Facebook is a big place, so don't interpret this as being an endorsement from the React core team, for example 😁) for some time but they only recently decided to open it up for everybody, at least on an experimental basis. Here are the details of how it is both simple and flexible. - http://amp.gs/2xty

#react
Vue 3: Data down, Events up – Thorsten Lünborg

In the latest article from Vue Mastery, Thorsten Lünborg explains how to take advantage of data binding in Vue 3, using good old options API. - http://amp.gs/2fpw

#vue
Local Testing on an iPhone

You should be testing on a real-world mobile device, so here’s a nice and quick way to get your localhost server running on an iPhone with the help of ngrok. - http://amp.gs/2Cjf

#mobile #testing
A (Mostly) Complete Guide to React Rendering Behavior

Details on how React rendering behaves, and how use of Context and React-Redux affect rendering. There are a lot of concepts compressed into this article. - http://amp.gs/2e4h

#react
Custom Decorators in Angular

Routine actions, repeated from time to time, lead to duplication of code and leave a bitter aftertaste of bad smell as the project grows. - http://amp.gs/27jn

#angular
How to create dynamic forms with custom validation in Storyblok and Nuxt.js - Gary Siladi

If you already know the basics of Storyblok and Nuxt, see how you can use Storyblok fields to write dynamic forms components in this hands-on tutorial. It also showcases how you can use Vuelidate’s dynamic validation rules to validate a dynamically generated form. - http://amp.gs/2PjX

#buxt #vue
Serverless Express: Easy APIs on AWS Lambda and AWS HTTP API

A component for Serverless Framework focused on deploying Node Express.js-powered APIs to AWS Lambda and serving them up via API Gateway’s new HTTP API approach. Seems pretty slick. - http://amp.gs/2Pdq

#nodejs #aws #lambda
Flutter Vs React Native Vs Xamarin

The ‘big fight’ between Flutter, Xamarin and React Native for building cross-platform apps is making developers weigh up their various pros and cons. - http://amp.gs/2veG

#mobile #reactnative #flutter #xamarin
Automatically Generate your Vue Router Configuration with vue-auto-routing - Markus Oberlehner

When designing very large JavaScript applications, you have to be very careful about how you structure your dependencies. One particular example of this is the `router.js` configuration file. Learn how to use the vue-auto-routing package to automatically generate the router configuration based on the directory structure. - http://amp.gs/2grz

#vue
Quick Tip for Angular Forms: Keep your markAllAsTouched DRY

This article will help you keep your markAllAsTouched() dry when using Angular forms. - http://amp.gs/2EUi

#angular
Best Practices for REST API Design

Best practices on how to design REST APIs to be easy to understand, future-proof, and secure and fast, explained from a Node.js perspective. - http://amp.gs/2ViN

#nodejs
React Animation Libraries for 2020

A succinct review of five popular animation libraries to help you build beautiful, compelling UIs. The short, sharp descriptions make it easy to compare their strengths. - http://amp.gs/29HJ

#react
Reparenting is Now Possible with React

The popular and compelling UI artefact of dragging-and-dropping often requires reparenting which―according to renown React authority Dan Abramov― “there are no plans”. But here’s a solution which will deliver most of what you need - http://amp.gs/24UB

#react`
Lazy-Loading Angular Modules (Ivy and Async Await)

In this post we’ll learn how to Lazy Load an Angular module. Lazy loading means that our code isn’t downloaded by the browser until it’s needed. - http://amp.gs/2Unf

#angular