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
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/D2IS

#angular
Vue Testing Crash Course - Gábor Soós

Here’s a lengthy article that makes for a nice introduction to writing tests for your Vue components. - http://amp.gs/D2hD

#vue
Finally, a CSS Only Solution To :hover on Touchscreens

Mezo Istvan gives a short introduction to Interaction Media Features that will help you distinguish and target mouse and touchscreen devices. - http://amp.gs/D2Wp

#css
Microbrowsers Are Everywhere

Gets into the minutia of microbrowsers - the small previews of your site that are pervasive all around the web and through social media apps (like a link preview in a messaging app) and search engines. - http://amp.gs/Dwsl

#seo
Magical Rainbow Gradients with CSS Houdini and React Hooks

Whether or not you like the end effect (an animated gradient on a button), this is a fantastic and partially interactive exploration of solving a styling problem. - http://amp.gs/DFho

#react
Suspense - new feature in Vue 3

In this article, we take a deep dive into the new Suspense feature that will be shipped with Vue.js 3. Suspense is a special component that renders a fallback content instead of your component until a condition is met. - http://amp.gs/DXP3

#vue
Understanding CSS Grid: Creating A Grid Container

Rachel Andrew takes a detailed look at what happens when you create a grid container and the various properties that can be applied to the container to shape your grid. - http://amp.gs/DLyU

#css
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/DWmm

#angular
2019's JavaScript 'Rising Stars'

If you don’t like popularity contests, skip this one, but it’s the latest annual roundup of which JavaScript projects did well in terms of gaining GitHub stars in 2019. Vue took the top spot for the 4th year in a row, but the subcategories are more interesting. - http://amp.gs/Da85

#javascript
CSS Modules in Vue.js

Part three in a series of articles about working with CSS in Vue.js, focusing on using CSS Modules in Vue.js. - http://amp.gs/Dop2

#vue
Understanding Async/Await

A straightforward and easily accessible tutorial on using promises and how async and await can make the resulting code more straightforward. - http://amp.gs/DMLV

#javascript
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