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
How to Stack Elements in CSS

Sarah Drasner demonstrates two different ways to overlap elements. - http://amp.gs/D5Qf

#css
Component features with Angular Ivy

The Angular Ivy runtime introduces a new concept called component features. Component features are mixins for components. They add, remove or modify traits at runtime. - http://amp.gs/DcuJ

#angular
Styled-Components 5.0: Faster CSS Styling for React Components

Styled Components is a popular way to bring CSS and JavaScript together for styling components. - http://amp.gs/D6ua

#react
The Best React Native Templates for 2020

A curation of templates taking into consideration their design, code quality, app performance, and feature completeness. - http://amp.gs/ujxr

#reactnative
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/ujua

#angular
Why It’s Time to Ditch the for…in Loop in JavaScript

The Best Ways to Iterate through Objects in JS
A look at why the new ways to loop through the properties of an object are much better than the for...in loop. - http://amp.gs/u8Bo

#javascript
A domain-driven Vue.js Architecture

For one of our current Vue apps, we set ourselves a couple of goals that should ideally improve our long-term development performance. - http://amp.gs/u8Ld

#vue
Angular 8 Bootstrap in deep

The Angular bootstrap sequence starts after the load of the index.html and the JavaScript bundles produced by Webpack. Angular Runtime creates the platform where the application can be started and finally the root component is rendered. - http://amp.gs/uT0K

#angular
Understanding npm Filesystem Takeover Vulnerabilities

Last month, a security vulnerability affecting all JS package managers (npm, yarn and pnpm) was disclosed which allows malicious actors to use various arbitrary file overwrite tactics. Here’s what that means and why it matters. - http://amp.gs/uzrG

#nodejs
Announcing Villus - A tiny and fast GraphQL Client for Vue.js - Abdelrahman Awad

Interested in using GraphQL but without all the bells and whistles that come with Apollo? Well, Abdelraham Awad got you covered! He just created a 3kb minimalistic GraphQL client with some staple features like reactive queries. It also makes use of the upcoming Composition API. - http://amp.gs/u17w

#vue
React Nice Dates: Responsive, Touch-Friendly Modular Date Picker

Another month, another date picker, but this seems to be a pretty good one. Lots of demos and code examples and the control itself feels good. - http://amp.gs/uY77

#react
Angular in 2020 and Beyond

First, let’s talk about what the benefits of Angular are, what will change, and is Angular better than React? - http://amp.gs/utgT

#angular
Should You Get The Node.js Certification?

Highlights of some of the reasons for the Node.js certification’s existence, the principles, and some pros and cons. Though bear in mind NodeSource are one of its creators - http://amp.gs/umZK

#nodejs
Fixed Table Headers

Adrian Roselli shows how to create accessible fixed table headers using position: sticky. - http://amp.gs/uZTr

#css
Awesome React: Around 500 Curated React Projects and Resources

A frequently updated and in-depth collection of articles, and resources relating to the React ecosystem that seems to have been hugely cleaned up over the past year. Awesome React Components is a similar compilation for components specifically. - http://amp.gs/upli

#react
Implementing an OAuth Server With Node and Express

How to build a minimal OAuth server with Node and Express – no OAuth modules allowed here! - http://amp.gs/upQf

#nodejs
Vue Apollo v4: the first look – Natalia Tepluhina

Are you a fan of GraphQL and Apollo? Here’s a quick look into the upcoming Vue-Apollo v4.0, which introduces the ability to work with Apollo using the Vue 3.0 Composition-API. To showcase the new API, Natalia is migrating an app that uses the previous version of Vue-Apollo (v3) to the new syntax. - http://amp.gs/ulM6

#vue