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
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
Vue-Test-Utils Guide: Things You Might Not Know About Vue-Test-Utils - Web Dev Etc

A large collection of useful tips on how to take advantage of less known Vue Test Utils features. - http://amp.gs/2d1i

#vue
Building APIs with GraphQL in Your Node App

Learn how to build a fully functional GraphQL API designed to provide queries and mutations in a secure manner. - http://amp.gs/2Onj

#nodejs
Here’s What I Didn’t Know About “content”

Manuel Matuzovic shares what he found out about the “content” property. - http://amp.gs/2SZ4

#css
Let's Build an Image Classifier with Node, Tensorflow and React

The chilled out background music makes this feel like a spa experience but.. there is something genuinely quite nice about this screencast. - https://www.youtube.com/watch?v=ZfuUwdFNU-s

#nodejs #video