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
How to get started with Cypress

If you’ve been developing frontend applications recently, you’ve undoubtedly heard of Cypressio. Cypress is a powerful testing framework that makes writing tests easy and really fun. - http://amp.gs/sTwB

#cypress
The Complete React Conf 2019 Live Streams

You’ll want to wait a little longer for specific talk videos, but if you’re happy to dive through hours of livestreams, day one and day two are available. If you’re itching to watch some specific talks, jump straight to Brian Vaughn’s talk on React Developer Tooling or Becca Bailey’s talk on the state of React state. - https://www.youtube.com/watch?v=RCiccdQObpo

#react #conf2019 #video
Vue 3: Start Using it Today – Gregg Pollack

If you’ve not been living under the rock, you must have heard of the next major version of Vue. Sure, Evan and the core team have been putting lots of effort into the vue-next repository which is planned to be released the soonest, but what if you just can’t wait to try out (some of) the new features? In this article, Gregg from VueMastery will guide you through just that – how to start using Vue 3 today and be fully prepared for what tomorrow has in store! - http://amp.gs/szAm

#vue
Box Alignment and Overflow

Runs through a data-loss issue you may face when using box alignment properties in certain scenarios, and highlights how the 'safe' overflow alignment keyword can help prevent such a loss. - http://amp.gs/sYFA

#css
A Whirlwind Tour of React State

Developing React apps (or even apps in general) is generally a matter of managing state. Robin looks at how React handles it and provides mechanisms for you to manage state in various ways. - http://amp.gs/stJc

#react
Angular: Build More Dynamic Components with ngTemplateOutlet

To build reusable and developer-friendly components, we need to make them more dynamic (read more adaptable). Great news, Angular comes with some great tools for that. For instance, we could inject content to our components using <ng-content>: - http://amp.gs/sZFm

#angular
Scrolling Shadows with Vue.js - Markus Oberlehner

If you’re not familiar with the term, scrolling shadow is the technique to add shadows to an element to make it clear that the element is scrollable – something that might not be that obvious on e.g. a mobile device. This article from Markus shows how to write a Vue component to achieve just that. - http://amp.gs/slHo

#vue
Transloco’s New Dev Tools Make i18n in Angular Easy as Pie

For the past few months, the Transloco team has worked hard to provide you with a better i18n development experience in Angular. In this article, we’ll explore all the new 😎 stuff Transloco has to offer. - http://amp.gs/sBQ1

#angular #i18n
How to Design Delightful Dark Themes

Plenty of practical tips here on how to design dark themes that are “readable, balanced, and delightful”. - http://amp.gs/snw7

#design
The Anatomy of AWS Lambda

A detailed look at what makes AWS’s serverless platform tick from concurrency and cold starts to permissions and contexts. - http://amp.gs/sGXZ

#aws #lambda
Learn Which Exciting Features Vue 3 Brings to The Table – Filip Rakowski

A sum up of what Vue 3 brings, compiled by no other than Filip Rakowski, our Vue community partner. Composition API (of course!), global mounting/configuration API change, portals, fragments and whatnot. Granted, some of these topics are still subject to changes, but it’s never a bad idea to get yourself familiar with the concepts. Oh, and by the way, Vue’s doc team is writing the migration guide for each of these new features as we speak, so no worries – we’ve got your back! - http://amp.gs/sxQP

#vue
The React Conf 2019 Playlist

Last week we linked to the raw recordings of React Conf 2019, but now the separated, finished recordings are available for you to enjoy. - https://www.youtube.com/playlist?list=PLPxbbTqCLbGHPxZpw4xj_Wwg8-fdNxJRh#reactconfvideos

#react #conf2019
API-less Prototyping with Angular

Start prototyping with minimal changes to your application at integration time with Angular Injectables. - http://amp.gs/sCQy

#angular
10 Good Practices for Building and Maintaining Large Vue.js Projects – Nada Rifki

Nada Rifki lists down the top best practices she’s developed while working on Vue projects with a huge codebase, ranging from slot usage and Vuex store organization to git commit message convention and package version freezing. Will they all be applicable for the application you’re working on? Maybe, maybe not. Are they good food for thought, though? You bet! - http://amp.gs/sehO

#vue
Use the New Angular Clipboard CDK to Interact With the Clipboard

The helium-barbell (v9.0.0-next.1) release brings us a new CDK clipboard module to interact with the clipboard. In this post, we'll explore how to use the new CDK with some examples. - http://amp.gs/s7DF

#angular