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
10 Useful Angular Features You’ve Probably Never Used

Assuming you actually use Angular in the first place, naturally. - http://amp.gs/D4ZO

#angular
Vue-router — props — 1/2 - Adam Orłowski

Here’s a short article with a few useful tips to working with Vue-router and component props. Did you know – for example – that you can automatically transform things like this.$route.params.id into an id prop? Read the article to learn how! - http://amp.gs/D4DY

#vue
25 Days of CSS Animations: Teaching Myself CSS through Motion Design.

Béthy Diakabana shares lessons learned while doing 25 days of CSS animations challenge. - http://amp.gs/DRyD

#css
This Month in Vue - December 2019 – Gregg Pollack

Here’s a summary of all the great things Vue from December prepared by the great folks from VueMastery. - http://amp.gs/DR2L

#vue
Understanding Decorators in JavaScript

Decorators are a first-class concept in some languages that can be used to quickly modify functions or classes by way of a simple directive. The idea is still merely a proposal for JavaScript, but it’s possible to adapt some of the ideas now with Babel. - http://amp.gs/DUf1

#javascript
This Holiday Season, Give Yourself the Gift of Easy Angular i18n with Transloco!

Good news everyone! Netanel Basal, who brought us the sleek state management of Akita, and the efficient testing tools of Spectator, has done it again - http://amp.gs/DdTK

#angular
How I Structure My React Code

One developer’s thoughts on how she likes to lay out the code within her React projects, including dividing code into domain logic vs reusable components. - http://amp.gs/DdLw

#react
Flash Grid: Learn CSS Grid by Building a Grid System

Sebastiano Guerriero explains how CSS Grid works by creating a simple grid system. - http://amp.gs/DOwG

#css
Vue.js Performance - Optimizing third-party libraries - Filip Rakowski

Vue.js is generally very performant and small, but that might not be true about all the other packages that you use in your app. In this article, Filip Rakowski explains how to define a performance budget, compare how different libraries affect the performance and load time (using Bundlephobia) and optimize your imports. - http://amp.gs/DSHQ

#vue
The State of Storybook at the End of 2019

Storybook is a popular tool for developing and showcasing UI components (originally just for React, but now supporting Angular, Vue, and others). 2019 saw even more growth for Storybook’s ecosystem and community. - http://amp.gs/DN0q

#react
Min and Max Width/Height in CSS

Ahmad Shadeed goes through the maximum and minimum CSS properties for width and height explains each one and lists possible use cases. - http://amp.gs/DAXa

#css
Create a Valid SSL in Localhost for Angular Applications

Serve your Angular application in a local environment with https. - http://amp.gs/DqAi

#angular
How We 30x-ed Our Node Parallelism

An interesting write up of how one team safely increased the parallelism of their Node-based service. You might find things to argue with here, but this is real world stuff. - http://amp.gs/Dsqg

#nodejs
Accessible form error auto-focus with Vuelidate in Vue – Marina Mosti

Looking for an easy way to improve the user experience of your forms? And make them more accessible as a bonus? In this article, Marina Mosti shows a technique that helps with all that by communicating errors to screen readers and auto-focus fields with errors when you try to submit a form. Pretty neat! - http://amp.gs/Di0Z

#vue
Dan Abramov's 2010-2019 in Review

If you don’t know Dan (prolific React blogger, core team member, Redux co-creator, etc.) you might not enjoy this story, but otherwise it’s pretty neat to see how someone well known in our space got to the position they have. - http://amp.gs/DDSf

#react
10 Tricks to Optimize Your Angular App

The author of this article collected a list of practices that will help us boost the performance of our Angular applications. - http://amp.gs/DKR3

#angular
What are the React Team's Principles?

I’m glad Dan caught the blogging bug over the Christmas holidays because not many people did :-) Here we learn a little about how the React core team operates and what their main principles are. - http://amp.gs/D3Ej

#react
Lazy Resolving Observable API Services with Vue.js - Markus Oberlehner

Another interesting article by Markus Oberlehner. This time, Markus shows us how to build a lazy API service that allows us to automatically fetch resources that we need, but only when we need them based on actions like scrolling into view. - http://amp.gs/D3Wv

#vue