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
Advanced Vue: Controlling Parent Slots

Is there a way to populate a parent's slot from a child component? It's a thorny Vue architecture problem, but also a very interesting one. - http://amp.gs/SJSo

#vue
A Complete Guide to Flutter Animations and All Its Parts

A look at animations in Flutter, how they work and how to make them a tiny bit more manageable in code. - http://amp.gs/S0Xf

#flutter
The Principles for Writing Awesome Angular Components

Angular is a component-based framework, and as such, writing good Angular components is crucial to the overall architecture of an application. - http://amp.gs/S3KA

#angular
How to Reduce Your Vue.JS Bundle Size With Webpack

If you are creating production Vue apps you should take the time to evaluate your build size. Learn how to use the webpack-bundle-analyzer to determine what items are consuming the most space, and how to take steps to reduce the size of those items.
- http://amp.gs/S2ua

#vue
Angular 8 RxJS Multiple HTTP Request using the forkJoin Example

A comprehensive step by step tutorial on Multiple HTTP using Angular 8 RxJS forkJoin operator including an example
- http://amp.gs/Sw3H

#angular
Form Design: From Zero to Hero All in One Blog Post

A quick and to-the-point guide for designing forms that “everyone can use and complete as quickly as possible”. - http://amp.gs/SFHz

#form #design
How Does React's Development Mode Work?

React’s development mode informs you about various things that could cause problems in your app, but these checks are turned off in production for performance reasons. This is an explanation of just how that works. - http://amp.gs/SXCK

#react
How to Add Flexbox Fallback to CSS Grid

Adding a flexbox fallback to a calendar built with CSS Grid. - http://amp.gs/SLAM

#css
Compile-time vs. Runtime configuration of your Angular App

Learn how to setup compile time as well as runtime configuration for your Angular application - http://amp.gs/SWTy

#angular
Apollo Client, Now with React Hooks

Apollo Client is a popular library for handling state and fetching when using GraphQL-based APIs. It now includes official support for React hooks including a special hook for performing queries in a lazy fashion. - http://amp.gs/SWNo

#react #apollo
Writing a Simple MVC App in Plain JavaScript

If you’re tired of hearing about React, Angular, Mithril, Ember, and the rest, and just want to write JavaScript, this is for you.
- http://amp.gs/SaPr

#javascript
Vue.js 3: Future-Oriented Programming

Vue’s function-based API presents a clean and flexible way to compose logic inside and between components. See how effective component composition be achieved without the need for higher-order components and mixins. - http://amp.gs/Song

#vue
Building Reusable Angular Components: Best Practices

Components are the basis of modern SPAs (Angular, Vue, React). They are the simplest building blocks of SP applications. A SPA app is a tree of components, it starts with the root component, going up spreading into multiple branches. A Component contains the View to be displayed, a Controller that contains the display logic and the Model that tells the component how data is to be displayed. The Components are composable, they build up an app by stacking the components on each other like LEGO blocks.
- http://amp.gs/SMGA

#angular
22 Handy Tools for React Developers in 2019

OK, it’s a listicle but enough depth and explanation is provided for each of the items to make it genuinely useful. - http://amp.gs/S5fU

#react
Let's Learn About Scope in JavaScript

Google’s dynamic JavaScript duo, Jake and Surma, present an entertaining chat about variable scoping, complete with tablet-based demos. - https://www.youtube.com/watch?v=5LEuJNLfLN0

#javascript #video
Multi-Column Manipulation

An interesting experiment in applying multiple columns in response to the amount of content. So, if the viewport is wide enough the content will dynamically divide to two or more columns. - http://amp.gs/SQnp

#css